[shotwell/wip/phako/dark: 15/18] Remove more obselete icons



commit 8cac5e4e337157e2a7938b9e79b4878efc84b737
Author: Jens Georg <mail jensge org>
Date:   Sun Apr 15 17:42:35 2018 +0200

    Remove more obselete icons

 icons/make-primary.svg           |   13 -
 icons/publish.png                |  Bin 7209 -> 0 bytes
 icons/rejected.svg               |  451 --------------------------------------
 icons/shotwell-16.png            |  Bin 884 -> 0 bytes
 icons/shotwell.png               |  Bin 884 -> 0 bytes
 icons/videos-page.png            |  Bin 949 -> 0 bytes
 org.gnome.Shotwell.gresource.xml |    6 -
 src/Resources.vala               |    4 -
 8 files changed, 0 insertions(+), 474 deletions(-)
---
diff --git a/org.gnome.Shotwell.gresource.xml b/org.gnome.Shotwell.gresource.xml
index 4c3807a..5d5d448 100644
--- a/org.gnome.Shotwell.gresource.xml
+++ b/org.gnome.Shotwell.gresource.xml
@@ -56,7 +56,6 @@
       <file>icons/image-zoom-out-symbolic.svg</file>
       <file>icons/import-all.png</file>
       <file>icons/import.svg</file>
-      <file>icons/make-primary.svg</file>
       <file>icons/many-faces.png</file>
       <file>icons/multiple-events.png</file>
       <file>icons/multiple-tags.png</file>
@@ -66,11 +65,7 @@
       <file>icons/one-face.png</file>
       <file>icons/one-star.svg</file>
       <file>icons/one-tag.png</file>
-      <file>icons/publish.png</file>
       <file>icons/stock-eye-symbolic.svg</file>
-      <file>icons/rejected.svg</file>
-      <file>icons/shotwell-16.png</file>
-      <file>icons/shotwell.png</file>
       <file preprocess="xml-stripblanks">icons/shotwell.svg</file>
       <file>icons/shotwell-street.jpg</file>
       <file>icons/slideshow-extension-point.png</file>
@@ -78,7 +73,6 @@
       <file>icons/straighten.svg</file>
       <file>icons/three-stars.svg</file>
       <file>icons/two-stars.svg</file>
-      <file>icons/videos-page.png</file>
       <file>misc/org.gnome.Shotwell.css</file>
   </gresource>
 </gresources>
diff --git a/src/Resources.vala b/src/Resources.vala
index f856f41..0d7e43c 100644
--- a/src/Resources.vala
+++ b/src/Resources.vala
@@ -72,7 +72,6 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc.,
     public const string VFLIP = "object-flip-vertical-symbolic";
     public const string STRAIGHTEN = "shotwell-straighten";
     public const string ADJUST = "image-adjust-color-symbolic";
-    public const string MAKE_PRIMARY = "shotwell-make-primary";
     public const string IMPORT = "import";
     public const string IMPORT_ALL = "import-all";
     public const string ENHANCE = "image-auto-adjust-symbolic";
@@ -93,9 +92,7 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc.,
     public const string ICON_RATING_THREE = "three-stars.svg";
     public const string ICON_RATING_FOUR = "four-stars.svg";
     public const string ICON_RATING_FIVE = "five-stars.svg";
-    public const string ICON_FILTER_REJECTED_OR_BETTER = "all-rejected.png";
     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 int ICON_ZOOM_SCALE = 16;
 
@@ -114,7 +111,6 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc.,
     public const string ICON_SINGLE_PHOTO = "image-x-generic-symbolic";
     public const string ICON_TRASH_EMPTY = "user-trash-symbolic";
     public const string ICON_TRASH_FULL = "user-trash-full-symbolic";
-    public const string ICON_VIDEOS_PAGE = "videos-page";
     public const string ICON_FLAGGED_PAGE = "flag-page";
     public const string ICON_FLAGGED_TRINKET = "flag-trinket.png";
 


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