From 3b541b259fc3591bf72605e5442701691190ad74 Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Wed, 3 Aug 2011 06:42:55 +0000 Subject: removed attempted WITH_BF_3DMOUSE detection, fixed just one indention (left the others in their ugly new state) --- intern/ghost/intern/GHOST_NDOFManager.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_NDOFManager.cpp b/intern/ghost/intern/GHOST_NDOFManager.cpp index e608301bbcd..db87e1f8fc5 100644 --- a/intern/ghost/intern/GHOST_NDOFManager.cpp +++ b/intern/ghost/intern/GHOST_NDOFManager.cpp @@ -181,12 +181,6 @@ GHOST_NDOFManager::GHOST_NDOFManager(GHOST_System& sys) // 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 @@ bool GHOST_NDOFManager::setDevice(unsigned short vendor_id, unsigned short produ m_buttonCount = 31; break; - // -- older devices -- + // -- older devices -- case 0xC625: puts("ndof: using SpacePilot"); m_deviceType = NDOF_SpacePilot; -- cgit v1.2.3