constraints: Remove unused variable

This commit is contained in:
Debarshi Ray 2012-07-14 15:03:54 +02:00
parent 1a5132d391
commit 5d57a2594d

View File

@ -767,8 +767,6 @@ constrain_modal_dialog (MetaWindow *window,
y = parent->rect.y + (parent->rect.height / 2 - info->current.height / 2);
if (parent->frame)
{
MetaFrameBorders borders;
x += parent->frame->rect.x;
y += parent->frame->rect.y;
}