aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkView.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/views/SkView.h')
-rw-r--r--include/views/SkView.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/views/SkView.h b/include/views/SkView.h
index acac745c10..5cb6e4aff5 100644
--- a/include/views/SkView.h
+++ b/include/views/SkView.h
@@ -162,10 +162,6 @@ public:
*/
SkView* sendQueryToParents(SkEvent*);
- /** Depricated helper function. Just call event->post(sinkID, delay);
- */
- bool postEvent(SkEvent* evt, SkEventSinkID sinkID, SkMSec delay) { return evt->post(sinkID, delay); }
-
// View hierarchy management
/** Return the view's parent, or null if it has none. This does not affect the parent's reference count. */