aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkEvent.h
diff options
context:
space:
mode:
authorGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-27 13:44:57 +0000
committerGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-27 13:44:57 +0000
commite229e92ea51e9bc7c11033e2099d3ef275621115 (patch)
tree4aa758087b36ce283a7877ac230ad2891c773de4 /include/views/SkEvent.h
parentbacfcfb11cd0d869cc345795d5f3635aab7c50b6 (diff)
Remove deprecated SkOSWindow_wxwidgets.h
It seems we never really supported WxWidgets. R=bsalomon@google.com Review URL: https://codereview.appspot.com/6569062 git-svn-id: http://skia.googlecode.com/svn/trunk@5708 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views/SkEvent.h')
-rw-r--r--include/views/SkEvent.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/views/SkEvent.h b/include/views/SkEvent.h
index e11c1573d2..bf0c011073 100644
--- a/include/views/SkEvent.h
+++ b/include/views/SkEvent.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -6,7 +5,6 @@
* found in the LICENSE file.
*/
-
#ifndef SkEvent_DEFINED
#define SkEvent_DEFINED
@@ -258,17 +256,12 @@ public:
*/
static void SignalQueueTimer(SkMSec delay);
-#ifndef SK_USE_WXWIDGETS
#ifdef 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
-#else
- // Don't know yet what this will be
- //static bool CustomEvent();
-#endif
private:
SkMetaData fMeta;
@@ -292,4 +285,3 @@ private:
};
#endif
-