From 5d0a36994667e3f07d3798a9611df7e6b67c7559 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 29 Jun 2007 03:55:53 +0000 Subject: Removed OS X specific WaitMouseMoved call since the generic code no longer starts a drag unless the mouse moves. --- include/Platform.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/Platform.h') 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( -- cgit v1.2.3