From c9961da49757b5d76164a5334ed1f114fffcfca0 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 3 Dec 2015 09:37:36 +0100 Subject: QAbstractPhysicalDevice: Remove axis/buttons methods They do not need to be on the frontend node Change-Id: I16cd5ad9a2d556916a3d8f4e6856eddf00fb7d3e Reviewed-by: Sean Harmer --- src/input/frontend/qabstractphysicaldevice.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/input/frontend/qabstractphysicaldevice.h b/src/input/frontend/qabstractphysicaldevice.h index 252978845..915042edc 100644 --- a/src/input/frontend/qabstractphysicaldevice.h +++ b/src/input/frontend/qabstractphysicaldevice.h @@ -65,9 +65,6 @@ public: virtual int axisIdentifier(const QString &name) = 0; virtual int buttonIdentifier(const QString &name) = 0; - virtual float axis(int axisIdentifier) const = 0; - virtual bool button(int buttonIdentifier) const = 0; - void addAxisSetting(QAxisSetting *axisSetting); void removeAxisSetting(QAxisSetting *axisSetting); QVector axisSettings() const; -- cgit v1.2.3