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();