diff options
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Platform.h b/include/Platform.h index 39e2b6eaf..fd1c864ad 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -500,9 +500,6 @@ public: static int DefaultFontSize(); static unsigned int DoubleClickTime(); static bool MouseButtonBounce(); -#ifdef __APPLE__ - static bool WaitMouseMoved(Point pt); -#endif static void DebugDisplay(const char *s); static bool IsKeyDown(int key); static long SendScintilla( |