From 773699d9bf55835ecff0423afc044531be8ea01f Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 24 May 2019 01:03:43 +0200 Subject: [PATCH] Cleaned up code Removed some outdated icon paths due to change from image-based weather-icons to font-based weather-icons --- Calendar/image_data.py | 6 ------ 1 file changed, 6 deletions(-) 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')