diff options
Diffstat (limited to 'sp/src/public/cdll_int.h')
| -rw-r--r-- | sp/src/public/cdll_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sp/src/public/cdll_int.h b/sp/src/public/cdll_int.h index 1757d5d7..1801c383 100644 --- a/sp/src/public/cdll_int.h +++ b/sp/src/public/cdll_int.h @@ -525,7 +525,7 @@ public: virtual void SetGamestatsData( CGamestatsData *pGamestatsData ) = 0;
virtual CGamestatsData *GetGamestatsData() = 0;
-#if defined( USE_SDL ) || defined( OSX )
+#if defined( USE_SDL )
// we need to pull delta's from the cocoa mgr, the engine vectors this for us
virtual void GetMouseDelta( int &x, int &y, bool bIgnoreNextMouseDelta = false ) = 0;
#endif
|