moveresize_start already checks if the window can move or resize

This commit is contained in:
Dana Jansens 2007-05-09 16:07:05 +00:00
parent 8ae589465f
commit f6fd01409a

View file

@ -1689,8 +1689,6 @@ void action_moveresize(union ActionData *data)
ObClient *c = data->moveresize.any.c;
guint32 corner;
if (!client_normal(c)) return;
if (data->moveresize.keyboard) {
corner = (data->moveresize.move ?
prop_atoms.net_wm_moveresize_move_keyboard :