diff options
Diffstat (limited to 'ui/events/x/device_data_manager.h')
-rw-r--r-- | ui/events/x/device_data_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/events/x/device_data_manager.h b/ui/events/x/device_data_manager.h index 8fed194..399bef9 100644 --- a/ui/events/x/device_data_manager.h +++ b/ui/events/x/device_data_manager.h @@ -103,9 +103,6 @@ class EVENTS_EXPORT DeviceDataManager { natural_scroll_enabled_ = enabled; } - // Returns if XInput2 is available on the system. - bool IsXInput2Available() const; - // Get the natural scroll direction multiplier (1.0f or -1.0f). float GetNaturalScrollFactor(int sourceid) const; |