diff --git a/mopidy_touchscreen/image_manager.py~ b/mopidy_touchscreen/image_manager.py~ deleted file mode 100644 index ac4986a..0000000 --- a/mopidy_touchscreen/image_manager.py~ +++ /dev/null @@ -1,6 +0,0 @@ -class ImageManager(): - - def __init__(self,cache): - self.cache = cache - - def isImageInCache(self,imagename):