[PATCH 1/3] remove unused variable

Tim Wiederhake twied at gmx.net
Sun Jan 23 14:25:24 PST 2011


---
 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);
-- 
1.7.2.3



More information about the wayland-devel mailing list