clients: Remove a few unused variables

This commit is contained in:
Kristian Høgsberg 2011-08-24 11:32:19 -04:00
parent 26130866c6
commit 2415990461
2 changed files with 0 additions and 2 deletions

View file

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

View file

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