summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index 20e45d93f0..d43da88317 100644
--- a/sdl.c
+++ b/sdl.c
@@ -53,7 +53,6 @@ static void sdl_resize(DisplayState *ds, int w, int h)
// printf("resizing to %d %d\n", w, h);
flags = SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_HWACCEL;
- flags |= SDL_RESIZABLE;
if (gui_fullscreen)
flags |= SDL_FULLSCREEN;
screen = SDL_SetVideoMode(w, h, 0, flags);