summaryrefslogtreecommitdiffstats
path: root/views/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/view.cc')
-rw-r--r--views/view.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/views/view.cc b/views/view.cc
index f535c50..5430a8f 100644
--- a/views/view.cc
+++ b/views/view.cc
@@ -1212,10 +1212,6 @@ bool View::ExceededDragThreshold(int delta_x, int delta_y) {
abs(delta_y) > GetVerticalDragThreshold());
}
-bool View::CanProcessTabKeyEvents() {
- return false;
-}
-
// Tooltips -----------------------------------------------------------------
bool View::GetTooltipText(int x, int y, std::wstring* tooltip) {
return false;