aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/views/SkEvent.h')
-rw-r--r--include/views/SkEvent.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/views/SkEvent.h b/include/views/SkEvent.h
index bf0c011073..f4df4482bf 100644
--- a/include/views/SkEvent.h
+++ b/include/views/SkEvent.h
@@ -256,11 +256,8 @@ public:
*/
static void SignalQueueTimer(SkMSec delay);
-#ifdef SK_BUILD_FOR_WIN
+#if defined(SK_BUILD_FOR_WIN)
static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
-#elif defined(SK_BUILD_FOR_UNIXx)
- static uint32_t HandleTimer(uint32_t, void*);
- static bool WndProc(Display*, Window, XEvent&);
#endif
private: