summaryrefslogtreecommitdiff
path: root/libsowatch/watch.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r--libsowatch/watch.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libsowatch/watch.h b/libsowatch/watch.h
index 5e0233b..938071b 100644
--- a/libsowatch/watch.h
+++ b/libsowatch/watch.h
@@ -57,12 +57,6 @@ public:
virtual void queryCharging() = 0;
virtual bool charging() const = 0;
- /** Tells the watch to update the unread notifications count, if visible. */
- virtual void updateNotificationCount(Notification::Type type, int count) = 0;
-
- /** Tells the watch to update the current weather forecast, if visible. */
- virtual void updateWeather(WeatherNotification* weather) = 0;
-
public slots:
/** Go back to the idle screen. */
virtual void displayIdleScreen() = 0;