[gnome-music/wip/jfelder/artsize-cleanup: 2/3] utils: Remove unused small in artsize




commit d456e33bb34bc8c5ddcfc79e9e6e42b0aaef12e7
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Nov 20 20:01:07 2020 +0100

    utils: Remove unused small in artsize

 gnomemusic/utils.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/utils.py b/gnomemusic/utils.py
index 07f66bcf9..b9ed29da0 100644
--- a/gnomemusic/utils.py
+++ b/gnomemusic/utils.py
@@ -36,7 +36,6 @@ from gnomemusic.musiclogger import MusicLogger
 class ArtSize(Enum):
     """Enum for icon sizes"""
     XSMALL = (34, 34)
-    SMALL = (48, 48)
     MEDIUM = (128, 128)
     LARGE = (256, 256)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]