[gnome-music/wip/jfelder/album-cover-editordialog: 6/8] albumartcache: Remove XLARGE size



commit cb4e0d9e5e8e3846c3fc1262273f476bc7fbcd60
Author: Jean Felder <jfelder src gnome org>
Date:   Tue Jan 29 23:06:49 2019 +0100

    albumartcache: Remove XLARGE size
    
    This size is never used.

 gnomemusic/albumartcache.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/albumartcache.py b/gnomemusic/albumartcache.py
index cabddd09..2799e4e8 100644
--- a/gnomemusic/albumartcache.py
+++ b/gnomemusic/albumartcache.py
@@ -279,7 +279,6 @@ class Art(GObject.GObject):
         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]