diff options
Diffstat (limited to 'libsowatch/declarativewatchwrapper.h')
-rw-r--r-- | libsowatch/declarativewatchwrapper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libsowatch/declarativewatchwrapper.h b/libsowatch/declarativewatchwrapper.h index 5a827ab..8d4fd7d 100644 --- a/libsowatch/declarativewatchwrapper.h +++ b/libsowatch/declarativewatchwrapper.h @@ -28,7 +28,6 @@ public: QList<QObject*> notifications() const; public slots: - void useButton(int button); void vibrate(int msecs); signals: @@ -42,7 +41,6 @@ private: WatchServer *_server; Watch* _watch; bool _active; - QSet<int> _usedButtons; void activate(); void deactivate(); |