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




commit 55095d56217c8629d3e38f9a0b029cf5224f1e52
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Nov 20 20:00:15 2020 +0100

    utils: Remove unused xlarge in artsize

 gnomemusic/utils.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/utils.py b/gnomemusic/utils.py
index ff2635411..07f66bcf9 100644
--- a/gnomemusic/utils.py
+++ b/gnomemusic/utils.py
@@ -39,7 +39,6 @@ class ArtSize(Enum):
     SMALL = (48, 48)
     MEDIUM = (128, 128)
     LARGE = (256, 256)
-    XLARGE = (512, 512)
 
     def __init__(self, width, height):
         """Intialize width and height"""


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