aboutsummaryrefslogtreecommitdiff
path: root/sdl_gl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sdl_gl.cpp')
-rw-r--r--sdl_gl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdl_gl.cpp b/sdl_gl.cpp
index d126111042..7cc888996c 100644
--- a/sdl_gl.cpp
+++ b/sdl_gl.cpp
@@ -1014,7 +1014,6 @@ uint32 OSystem_NULL::get_ticks() {
#ifdef WIN32
a = GetTickCount();
#endif
-
#ifdef UNIX
struct timeval tv;
gettimeofday(&tv, NULL);