diff options
author | Tim Wiederhake <twied@gmx.net> | 2011-01-23 23:25:24 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-01-23 17:58:18 -0500 |
commit | eae5569558eefa506e55b4a577f114b4425f0d4e (patch) | |
tree | 088aa0b923cfc70f0e2f7cb73c44bfe032e645b8 /clients | |
parent | 7c427a9481ac3e288b0490653cb3db7c44eeaf6d (diff) |
remove unused variable
Diffstat (limited to 'clients')
-rw-r--r-- | clients/resizor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/resizor.c b/clients/resizor.c index dbd0752..0ac02f6 100644 --- a/clients/resizor.c +++ b/clients/resizor.c @@ -152,7 +152,6 @@ key_handler(struct window *window, struct input *input, uint32_t time, static void show_menu(struct resizor *resizor, struct input *input) { - cairo_surface_t *surface; int32_t x, y, width = 200, height = 200; input_get_position(input, &x, &y); |