diff options
author | nyamatongwe <devnull@localhost> | 2007-06-29 03:55:53 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-06-29 03:55:53 +0000 |
commit | 1a637f4381e4fb9424726c812348d652522d5e47 (patch) | |
tree | 81b0e14f6f5d707d61638418bd9472f421c85114 /include/Platform.h | |
parent | fc23a10d8292042571f6a292d6fc4bff73f1d0ab (diff) | |
download | scintilla-mirror-1a637f4381e4fb9424726c812348d652522d5e47.tar.gz |
Removed OS X specific WaitMouseMoved call since the generic code no longer
starts a drag unless the mouse moves.
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( |