diff options
Diffstat (limited to 'libs/input/InputDispatcher.h')
-rw-r--r-- | libs/input/InputDispatcher.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/input/InputDispatcher.h b/libs/input/InputDispatcher.h index 29854b2..9439124 100644 --- a/libs/input/InputDispatcher.h +++ b/libs/input/InputDispatcher.h @@ -211,9 +211,6 @@ public: /* Gets the input dispatcher configuration. */ virtual void getDispatcherConfiguration(InputDispatcherConfiguration* outConfig) = 0; - /* Returns true if automatic key repeating is enabled. */ - virtual bool isKeyRepeatEnabled() = 0; - /* Filters an input event. * Return true to dispatch the event unmodified, false to consume the event. * A filter can also transform and inject events later by passing POLICY_FLAG_FILTERED |