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/watchserver.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libsowatch/watchserver.h') diff --git a/libsowatch/watchserver.h b/libsowatch/watchserver.h index cc6c548..43bb7d4 100644 --- a/libsowatch/watchserver.h +++ b/libsowatch/watchserver.h @@ -97,8 +97,6 @@ private: QQueue _pendingNotifications; /** Stores the count of notifications hidden between each notification object. */ QMap _notificationCounts; - /** We store a currently live weather forecast. */ - WeatherNotification* _weather; /** Active watchlet is the one that has "focus" right now. */ Watchlet* _activeWatchlet; @@ -110,8 +108,6 @@ private: /** Used for periodic watch time syncing. */ QTimer* _syncTimeTimer; - /** Counts all notifications from a given type. */ - uint getNotificationCount(Notification::Type type); /** Remove a notification of a certain type. */ void removeNotification(Notification::Type type, Notification* n); -- cgit v1.2.3