mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
remove unused variable
This commit is contained in:
parent
7c427a9481
commit
eae5569558
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ key_handler(struct window *window, struct input *input, uint32_t time,
|
||||||
static void
|
static void
|
||||||
show_menu(struct resizor *resizor, struct input *input)
|
show_menu(struct resizor *resizor, struct input *input)
|
||||||
{
|
{
|
||||||
cairo_surface_t *surface;
|
|
||||||
int32_t x, y, width = 200, height = 200;
|
int32_t x, y, width = 200, height = 200;
|
||||||
|
|
||||||
input_get_position(input, &x, &y);
|
input_get_position(input, &x, &y);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue