[Bf-blender-cvs] [6883a9b] master: Recent changes broke SDL/GHOST

Campbell Barton noreply at git.blender.org
Thu Mar 5 11:03:05 CET 2015


Commit: 6883a9bad9ef73f3debc486fd7260470e29c9531
Author: Campbell Barton
Date:   Thu Mar 5 21:01:48 2015 +1100
Branches: master
https://developer.blender.org/rB6883a9bad9ef73f3debc486fd7260470e29c9531

Recent changes broke SDL/GHOST

===================================================================

M	intern/ghost/intern/GHOST_SystemSDL.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemSDL.cpp b/intern/ghost/intern/GHOST_SystemSDL.cpp
index 90da81a..8561dbf 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,




More information about the Bf-blender-cvs mailing list