clients: Remove a few unused variables
This commit is contained in:
@@ -195,7 +195,6 @@ create_surface(struct window *window)
|
|||||||
struct display *display = window->display;
|
struct display *display = window->display;
|
||||||
struct wl_visual *visual;
|
struct wl_visual *visual;
|
||||||
EGLBoolean ret;
|
EGLBoolean ret;
|
||||||
int done = 0;
|
|
||||||
|
|
||||||
if (!display->premultiplied_argb_visual)
|
if (!display->premultiplied_argb_visual)
|
||||||
wl_display_roundtrip(display->display);
|
wl_display_roundtrip(display->display);
|
||||||
|
|||||||
@@ -194,7 +194,6 @@ static struct display *
|
|||||||
create_display(void)
|
create_display(void)
|
||||||
{
|
{
|
||||||
struct display *display;
|
struct display *display;
|
||||||
int i;
|
|
||||||
|
|
||||||
display = malloc(sizeof *display);
|
display = malloc(sizeof *display);
|
||||||
display->display = wl_display_connect(NULL);
|
display->display = wl_display_connect(NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user