[gimp] icons, libgimpwidgets: delete "gimp-path-(new|up|down|delete)" icons.



commit 15d9f4a354f6add951c08ebe75643312f177ca84
Author: Jehan <jehan girinstud io>
Date:   Sun Oct 2 19:45:09 2016 +0200

    icons, libgimpwidgets: delete "gimp-path-(new|up|down|delete)" icons.
    
    Commit 82737bf got rid of the only pieces of code where these icons were
    used. Since they were never available in any version release of GIMP,
    let's delete them from libgimpwidgets API as well.

 icons/Color/16/gimp-path-delete.png          |  Bin 668 -> 0 bytes
 icons/Color/16/gimp-path-down.png            |  Bin 695 -> 0 bytes
 icons/Color/16/gimp-path-new.png             |  Bin 631 -> 0 bytes
 icons/Color/16/gimp-path-up.png              |  Bin 694 -> 0 bytes
 icons/Color/scalable/gimp-path-delete.svg    |  127 ------------------
 icons/Color/scalable/gimp-path-down.svg      |  131 ------------------
 icons/Color/scalable/gimp-path-new.svg       |  130 ------------------
 icons/Color/scalable/gimp-path-up.svg        |  132 ------------------
 icons/Symbolic/16/gimp-path-delete.png       |  Bin 538 -> 0 bytes
 icons/Symbolic/16/gimp-path-down.png         |  Bin 502 -> 0 bytes
 icons/Symbolic/16/gimp-path-new.png          |  Bin 423 -> 0 bytes
 icons/Symbolic/16/gimp-path-up.png           |  Bin 498 -> 0 bytes
 icons/Symbolic/scalable/gimp-path-delete.svg |  178 ------------------------
 icons/Symbolic/scalable/gimp-path-down.svg   |  184 -------------------------
 icons/Symbolic/scalable/gimp-path-new.svg    |  186 --------------------------
 icons/Symbolic/scalable/gimp-path-up.svg     |  185 -------------------------
 icons/icon-list.mk                           |    8 -
 libgimpwidgets/gimpicons.c                   |    4 -
 libgimpwidgets/gimpicons.h                   |    4 -
 19 files changed, 0 insertions(+), 1269 deletions(-)
---
diff --git a/icons/icon-list.mk b/icons/icon-list.mk
index d99979b..7a1cc92 100644
--- a/icons/icon-list.mk
+++ b/icons/icon-list.mk
@@ -167,12 +167,8 @@ scalable_images = \
        scalable/gimp-paste-as-new.svg                  \
        scalable/gimp-paste-into.svg                    \
        scalable/gimp-path.svg                          \
-       scalable/gimp-path-delete.svg                   \
-       scalable/gimp-path-down.svg                     \
-       scalable/gimp-path-new.svg                      \
        scalable/gimp-paths.svg                         \
        scalable/gimp-path-stroke.svg                   \
-       scalable/gimp-path-up.svg                       \
        scalable/gimp-pattern.svg                       \
        scalable/gimp-plugin.svg                        \
        scalable/gimp-portrait.svg                      \
@@ -629,11 +625,7 @@ icons16_images = \
        16/gimp-navigation.png                                          \
        16/gimp-paste-as-new.png                                        \
        16/gimp-paste-into.png                                          \
-       16/gimp-path-delete.png                                         \
-       16/gimp-path-down.png                                           \
-       16/gimp-path-new.png                                            \
        16/gimp-path-stroke.png                                         \
-       16/gimp-path-up.png                                                     \
        16/gimp-path.png                                                        \
        16/gimp-paths.png                                                       \
        16/gimp-pattern.png                                                     \
diff --git a/libgimpwidgets/gimpicons.c b/libgimpwidgets/gimpicons.c
index ee03794..0bec46e 100644
--- a/libgimpwidgets/gimpicons.c
+++ b/libgimpwidgets/gimpicons.c
@@ -116,10 +116,6 @@ static const GtkStockItem gimp_stock_items[] =
   { GIMP_STOCK_SELECTION_TO_PATH,        NULL,        0, 0, LIBGIMP_DOMAIN },
 
   { GIMP_STOCK_PATH_STROKE,            N_("_Stroke"), 0, 0, LIBGIMP_DOMAIN },
-  { GIMP_STOCK_PATH_NEW,                 NULL,        0, 0, LIBGIMP_DOMAIN },
-  { GIMP_STOCK_PATH_UP,                  NULL,        0, 0, LIBGIMP_DOMAIN },
-  { GIMP_STOCK_PATH_DOWN,                NULL,        0, 0, LIBGIMP_DOMAIN },
-  { GIMP_STOCK_PATH_DELETE,              NULL,        0, 0, LIBGIMP_DOMAIN },
 
   { GIMP_STOCK_CURVE_FREE,               NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_CURVE_SMOOTH,             NULL,        0, 0, LIBGIMP_DOMAIN },
diff --git a/libgimpwidgets/gimpicons.h b/libgimpwidgets/gimpicons.h
index b4633e8..4d82e5c 100644
--- a/libgimpwidgets/gimpicons.h
+++ b/libgimpwidgets/gimpicons.h
@@ -91,10 +91,6 @@ G_BEGIN_DECLS
 #define GIMP_STOCK_SELECTION_TO_PATH        "gimp-selection-to-path"
 
 #define GIMP_STOCK_PATH_STROKE              "gimp-path-stroke"
-#define GIMP_STOCK_PATH_NEW                 "gimp-path-new"
-#define GIMP_STOCK_PATH_UP                  "gimp-path-up"
-#define GIMP_STOCK_PATH_DOWN                "gimp-path-down"
-#define GIMP_STOCK_PATH_DELETE              "gimp-path-delete"
 
 #define GIMP_STOCK_CURVE_FREE               "gimp-curve-free"
 #define GIMP_STOCK_CURVE_SMOOTH             "gimp-curve-smooth"


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