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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to