[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38967] trunk/blender/intern/ghost/intern/ GHOST_NDOFManager.cpp: removed attempted WITH_BF_3DMOUSE detection, fixed just one indention (left the others in their ugly new state)

Mike Erwin significant.bit at gmail.com
Wed Aug 3 08:42:55 CEST 2011


Revision: 38967
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38967
Author:   merwin
Date:     2011-08-03 06:42:55 +0000 (Wed, 03 Aug 2011)
Log Message:
-----------
removed attempted WITH_BF_3DMOUSE detection, fixed just one indention (left the others in their ugly new state)

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_NDOFManager.cpp

Modified: trunk/blender/intern/ghost/intern/GHOST_NDOFManager.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_NDOFManager.cpp	2011-08-03 06:30:19 UTC (rev 38966)
+++ trunk/blender/intern/ghost/intern/GHOST_NDOFManager.cpp	2011-08-03 06:42:55 UTC (rev 38967)
@@ -181,12 +181,6 @@
 	// the other is not, initialize them both here:
 	memset(m_translation, 0, sizeof(m_translation));
 	memset(m_rotation, 0, sizeof(m_rotation));
-
-#ifdef WITH_INPUT_NDOF
-	GHOST_PRINT("WITH_INPUT_NDOF is defined!");
-#else
-	GHOST_PRINT("WITH_INPUT_NDOF is not defined.");
-#endif
 }
 
 bool GHOST_NDOFManager::setDevice(unsigned short vendor_id, unsigned short product_id)
@@ -219,7 +213,7 @@
 					m_buttonCount = 31;
 					break;
 
-					// -- older devices --
+				// -- older devices --
 				case 0xC625:
 					puts("ndof: using SpacePilot");
 					m_deviceType = NDOF_SpacePilot;




More information about the Bf-blender-cvs mailing list