From 6883a9bad9ef73f3debc486fd7260470e29c9531 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 5 Mar 2015 21:01:48 +1100 Subject: Recent changes broke SDL/GHOST --- intern/ghost/intern/GHOST_SystemSDL.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_SystemSDL.cpp b/intern/ghost/intern/GHOST_SystemSDL.cpp index 90da81a38f9..8561dbfd639 100644 --- a/intern/ghost/intern/GHOST_SystemSDL.cpp +++ b/intern/ghost/intern/GHOST_SystemSDL.cpp @@ -73,8 +73,6 @@ GHOST_SystemSDL::createWindow(const STR_String& title, ) { GHOST_WindowSDL *window = NULL; - - (void) warnOld; window = new GHOST_WindowSDL(this, title, left, top, width, height, -- cgit v1.2.3