projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c427a9
)
remove unused variable
author
Tim Wiederhake
<twied@gmx.net>
Sun, 23 Jan 2011 22:25:24 +0000
(23:25 +0100)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Sun, 23 Jan 2011 22:58:18 +0000
(17:58 -0500)
clients/resizor.c
patch
|
blob
|
history
diff --git
a/clients/resizor.c
b/clients/resizor.c
index
dbd0752
..
0ac02f6
100644
(file)
--- 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);