diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-06 23:13:37 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-06 23:13:37 +0200 |
commit | ae37832316d905889c82706b351b3c037c9e1ab6 (patch) | |
tree | d90c4a18729937b782f557e170cf95d4ef38f031 /metawatch/metawatch.h | |
parent | d83093df7602aa2896de71292b47948540c22a44 (diff) | |
download | sowatch-ae37832316d905889c82706b351b3c037c9e1ab6.tar.gz sowatch-ae37832316d905889c82706b351b3c037c9e1ab6.zip |
prepare for weather qml notifications
Diffstat (limited to 'metawatch/metawatch.h')
-rw-r--r-- | metawatch/metawatch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h index 2a86f5c..a9cf58b 100644 --- a/metawatch/metawatch.h +++ b/metawatch/metawatch.h @@ -112,9 +112,6 @@ public: void queryCharging(); bool charging() const; - void updateNotificationCount(Notification::Type type, int count); - void updateWeather(WeatherNotification *weather); - void displayIdleScreen(); void displayNotification(Notification *notification); void displayApplication(); |