From ae37832316d905889c82706b351b3c037c9e1ab6 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 6 May 2013 23:13:37 +0200 Subject: prepare for weather qml notifications --- libsowatch/watch.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libsowatch/watch.h') 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; -- cgit v1.2.3