mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-14 11:58:09 +02:00
clients: Remove a few unused variables
This commit is contained in:
parent
26130866c6
commit
2415990461
2 changed files with 0 additions and 2 deletions
|
|
@ -195,7 +195,6 @@ create_surface(struct window *window)
|
|||
struct display *display = window->display;
|
||||
struct wl_visual *visual;
|
||||
EGLBoolean ret;
|
||||
int done = 0;
|
||||
|
||||
if (!display->premultiplied_argb_visual)
|
||||
wl_display_roundtrip(display->display);
|
||||
|
|
|
|||
|
|
@ -194,7 +194,6 @@ static struct display *
|
|||
create_display(void)
|
||||
{
|
||||
struct display *display;
|
||||
int i;
|
||||
|
||||
display = malloc(sizeof *display);
|
||||
display->display = wl_display_connect(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue