diff options
author | Travis Howell | 2003-06-22 14:34:30 +0000 |
---|---|---|
committer | Travis Howell | 2003-06-22 14:34:30 +0000 |
commit | 85d926fa66303467cee339535d4b991cffd29256 (patch) | |
tree | 44ce74cc8d6e91007905e08a5d368de3811392aa | |
parent | a700f90a5fc912b7ad3103e7e909e829dcc14b45 (diff) | |
download | scummvm-rg350-85d926fa66303467cee339535d4b991cffd29256.tar.gz scummvm-rg350-85d926fa66303467cee339535d4b991cffd29256.tar.bz2 scummvm-rg350-85d926fa66303467cee339535d4b991cffd29256.zip |
Ooops
svn-id: r8615
-rw-r--r-- | backends/sdl/sdl_gl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/sdl_gl.cpp b/backends/sdl/sdl_gl.cpp index ddf4cd8491..1652046190 100644 --- a/backends/sdl/sdl_gl.cpp +++ b/backends/sdl/sdl_gl.cpp @@ -514,7 +514,6 @@ bool OSystem_SDL_OpenGL::poll_event(Event *event) { SDL_PeepEvents(&ev, 1, SDL_GETEVENT, SDL_VIDEORESIZEMASK); if (_usingOpenGL && ev.type == SDL_VIDEORESIZE) { - warning("This is a trigger"); int w = ev.resize.w; int h = ev.resize.h; glViewport(0, 0, (GLsizei)w, (GLsizei)h); |