[shotwell] Remove obsolete icons



commit 2e5783e1abc5d8b82b6576e89977fa734aaad8e0
Author: Jens Georg <jens georg desy de>
Date:   Fri Apr 13 14:02:05 2018 +0200

    Remove obsolete icons

 icons/five-star-filter.svg       |  432 --------------------------------------
 icons/four-star-filter-plus.svg  |  404 -----------------------------------
 icons/one-star-filter-plus.svg   |  322 ----------------------------
 icons/three-star-filter-plus.svg |  358 -------------------------------
 icons/two-star-filter-plus.svg   |  328 -----------------------------
 org.gnome.Shotwell.gresource.xml |    5 -
 src/Resources.vala               |    5 -
 7 files changed, 0 insertions(+), 1854 deletions(-)
---
diff --git a/org.gnome.Shotwell.gresource.xml b/org.gnome.Shotwell.gresource.xml
index bc33edc..02be61f 100644
--- a/org.gnome.Shotwell.gresource.xml
+++ b/org.gnome.Shotwell.gresource.xml
@@ -45,11 +45,9 @@
       <file>icons/filter-raw.png</file>
       <file>icons/filter-videos-disabled.png</file>
       <file>icons/filter-videos.png</file>
-      <file>icons/five-star-filter.svg</file>
       <file>icons/five-stars.svg</file>
       <file>icons/flag-page.png</file>
       <file>icons/flag-trinket.png</file>
-      <file>icons/four-star-filter-plus.svg</file>
       <file>icons/four-stars.svg</file>
       <file>icons/generic-plugin.png</file>
       <file>icons/image-adjust.svg</file>
@@ -64,7 +62,6 @@
       <file>icons/noninterpretable-video.png</file>
       <file>icons/one-event.png</file>
       <file>icons/one-face.png</file>
-      <file>icons/one-star-filter-plus.svg</file>
       <file>icons/one-star.svg</file>
       <file>icons/one-tag.png</file>
       <file>icons/pin-toolbar.svg</file>
@@ -79,9 +76,7 @@
       <file>icons/slideshow-extension-point.png</file>
       <file>icons/sprocket.png</file>
       <file>icons/straighten.svg</file>
-      <file>icons/three-star-filter-plus.svg</file>
       <file>icons/three-stars.svg</file>
-      <file>icons/two-star-filter-plus.svg</file>
       <file>icons/two-stars.svg</file>
       <file>icons/videos-page.png</file>
       <file>icons/zoom-in.png</file>
diff --git a/src/Resources.vala b/src/Resources.vala
index 60a8cfe..543d6ea 100644
--- a/src/Resources.vala
+++ b/src/Resources.vala
@@ -101,11 +101,6 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc.,
     public const int ICON_FILTER_REJECTED_OR_BETTER_FIXED_SIZE = 32;
     public const string ICON_FILTER_UNRATED_OR_BETTER = "shotwell-16.png";
     public const int ICON_FILTER_UNRATED_OR_BETTER_FIXED_SIZE = 16;
-    public const string ICON_FILTER_ONE_OR_BETTER = "one-star-filter-plus.svg";
-    public const string ICON_FILTER_TWO_OR_BETTER = "two-star-filter-plus.svg";
-    public const string ICON_FILTER_THREE_OR_BETTER = "three-star-filter-plus.svg";
-    public const string ICON_FILTER_FOUR_OR_BETTER = "four-star-filter-plus.svg";
-    public const string ICON_FILTER_FIVE = "five-star-filter.svg";
     public const string ICON_ZOOM_IN = "zoom-in.png";
     public const string ICON_ZOOM_OUT = "zoom-out.png";
     public const int ICON_ZOOM_SCALE = 16;


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