diff --git a/Calendar/image_data.py b/Calendar/image_data.py index 469afe3..cf69abd 100644 --- a/Calendar/image_data.py +++ b/Calendar/image_data.py @@ -27,12 +27,6 @@ eventicon = im_open(opath+'event.png') dateicon = im_open(opath+'today.png') seperator = im_open(opath+'seperator.jpeg') seperator2 = im_open(opath+'seperator2.jpeg') -tempicon = im_open(opath+'temperature.jpeg') -humicon = im_open(opath+'humidity.jpeg') -no_response = im_open(opath+'cloud-no-response.jpeg') -sunriseicon = im_open(opath+'wi-sunrise.jpeg') -sunseticon = im_open(opath+'wi-sunset.jpeg') -windicon = im_open(opath+'wi-strong-wind.jpeg') black = im_open(opath+'black.jpeg') white = im_open(opath+'white.jpeg') red = im_open(opath+'red.jpeg')