commit | eae5569558eefa506e55b4a577f114b4425f0d4e | [log] [tgz] |
---|---|---|
author | Tim Wiederhake <twied@gmx.net> | Sun Jan 23 23:25:24 2011 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Jan 23 17:58:18 2011 -0500 |
tree | 088aa0b923cfc70f0e2f7cb73c44bfe032e645b8 | |
parent | 7c427a9481ac3e288b0490653cb3db7c44eeaf6d [diff] |
remove unused variable
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 @@ 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);