From 6a38c24b00053fae56dda129fb3d37b27a21bde7 Mon Sep 17 00:00:00 2001 From: Roland Baer Date: Fri, 24 Aug 2007 15:04:10 +0300 Subject: [PATCH] mods is useless or "modifiers" will not work --- plugins/resize.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/plugins/resize.c b/plugins/resize.c index 9724e7f..50a85a2 100644 --- a/plugins/resize.c +++ b/plugins/resize.c @@ -324,7 +324,6 @@ resizeInitiate (CompDisplay *d, w = findWindowAtDisplay (d, xid); if (w && (w->actions & CompWindowActionResizeMask)) { - unsigned int mods; unsigned int mask; int x, y; int button; @@ -332,8 +331,6 @@ resizeInitiate (CompDisplay *d, RESIZE_SCREEN (w->screen); - mods = getIntOptionNamed (option, nOption, "modifiers", 0); - x = getIntOptionNamed (option, nOption, "x", w->serverX + (w->serverWidth / 2)); y = getIntOptionNamed (option, nOption, "y", -- 1.5.2.4