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 | compositor-wayland: Remove unused variable (diff) | |
| download | wayland-eae5569558eefa506e55b4a577f114b4425f0d4e.tar wayland-eae5569558eefa506e55b4a577f114b4425f0d4e.tar.gz wayland-eae5569558eefa506e55b4a577f114b4425f0d4e.tar.bz2 wayland-eae5569558eefa506e55b4a577f114b4425f0d4e.tar.lz wayland-eae5569558eefa506e55b4a577f114b4425f0d4e.tar.xz wayland-eae5569558eefa506e55b4a577f114b4425f0d4e.tar.zst wayland-eae5569558eefa506e55b4a577f114b4425f0d4e.zip | |
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); |
