Skip to content

Commit

Permalink
sdl: drop dead code
Browse files Browse the repository at this point in the history
DisplayAllocator removal (commit
187cd1d) made this a nop.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
kraxel committed Mar 18, 2013
1 parent c099e7a commit 468dfd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ui/sdl.c
Expand Up @@ -458,11 +458,6 @@ static void sdl_scale(DisplayState *ds, int width, int height)
}
do_sdl_resize(width, height, bpp);
scaling_active = 1;
if (!is_buffer_shared(ds->surface)) {
ds->surface = qemu_resize_displaysurface(ds, ds_get_width(ds),
ds_get_height(ds));
dpy_gfx_resize(ds);
}
}

static void toggle_full_screen(DisplayState *ds)
Expand Down

0 comments on commit 468dfd6

Please sign in to comment.