[chronojump] Removed unneded gtk-zoom-fit.png



commit 8ba465d384d7a98819b4b1938eccfbcc62a2dc14
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Aug 3 23:40:45 2021 +0200

    Removed unneded gtk-zoom-fit.png

 images/gtk-zoom-fit.png | Bin 880 -> 0 bytes
 src/Makefile.am         |   1 -
 src/constants.cs        |   2 --
 src/gui/app1/icons.cs   |   2 --
 4 files changed, 5 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b6375e4d..ec7d2db6e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -612,7 +612,6 @@ RESOURCES = \
        ../images/md/ic_direct_race_encoder_yellow_24dp_1x.png,race_encoder_icon_yellow.png \
        ../images/gtk-apply.png,gtk-apply.png \
        ../images/gtk-cancel.png,gtk-cancel.png \
-       ../images/gtk-zoom-fit.png,gtk-zoom-fit.png \
        ../images/gtk-zoom-in.png,gtk-zoom-in.png \
        ../images/gtk-zoom-in-with-text.png,gtk-zoom-in-with-text.png \
        ../images/gtk-new-1.png,gtk-new-1.png \
diff --git a/src/constants.cs b/src/constants.cs
index ec9b2b73d..d519ed40e 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -612,8 +612,6 @@ public class Constants
                "topo.colors", "heat.colors", "terrain.colors", "cm.colors"};
 
 
-       public static string FileNameZoomFitIcon = "gtk-zoom-fit.png";
-       //public static string FileNameZoomOutIcon = "gtk-zoom-out.png";
        public static string FileNameZoomInIcon = "gtk-zoom-in.png";
        public static string FileNameZoomInWithTextIcon = "gtk-zoom-in-with-text.png";
        public static string FileNameNew1 = "gtk-new-1.png";
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index 32dc3f009..e2699a58f 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -778,8 +778,6 @@ public partial class ChronoJumpWindow
 
                //zoom icons, done like this because there's one zoom icon created ad-hoc, 
                //and is not nice that the other are different for an user theme change
-       
-//             pixbuf = new Pixbuf (null, Util.GetImagePath(false) + Constants.FileNameZoomFitIcon);
 
                //video play icons
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "video_play.png");


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