From 3ea6e25ff7de98a2207e85b15873cc4d55ba2548 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 8 Mar 2020 18:09:53 +0100 Subject: [PATCH] code clean up --- include/datetime.h | 1 - src/faceWeather.cpp | 2 -- 2 files changed, 3 deletions(-) diff --git a/include/datetime.h b/include/datetime.h index 19a60df..a33bfb6 100644 --- a/include/datetime.h +++ b/include/datetime.h @@ -4,7 +4,6 @@ #include #include -// TODO // @see http://www.cplusplus.com/reference/ctime/tm/ // @see http://www.cplusplus.com/reference/ctime/strftime/ struct datetime_struct : tm diff --git a/src/faceWeather.cpp b/src/faceWeather.cpp index f1b823b..9ad5e29 100644 --- a/src/faceWeather.cpp +++ b/src/faceWeather.cpp @@ -12,8 +12,6 @@ const char faceWeatherCurrent[] = "/weatherCurrent.json"; const char faceWeatherForecast[] = "/weatherForecast.json"; faceWeatherData weatherData; -// TODO use theme color - void render_current(); void render_forecast(); bool readWeatherData();