summaryrefslogtreecommitdiff
path: root/metawatch/metawatchdigital.h
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/metawatchdigital.h')
-rw-r--r--metawatch/metawatchdigital.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/metawatch/metawatchdigital.h b/metawatch/metawatchdigital.h
index 1e1a62b..8baed46 100644
--- a/metawatch/metawatchdigital.h
+++ b/metawatch/metawatchdigital.h
@@ -29,22 +29,6 @@ public:
protected:
void setupBluetoothWatch();
-
-private:
- // Idle screen: notifications unread count
- ushort _nMails, _nCalls, _nIms, _nSms, _nMms;
- // Idle screen: weather information
- WeatherNotification::WeatherType _wForecast;
- QString _wBody;
- short _wTemperature;
- bool _wMetric;
-
- void renderIdleScreen();
- void renderIdleWeather();
- QImage iconForWeather(WeatherNotification::WeatherType w);
-
- void renderNotification(Notification *n);
- QImage iconForNotification(const Notification *n);
};
}