[epiphany] Remove unused stock icons



commit a9792256c80e46bf9f0c237b2f6fb29b3b38c699
Author: Xan Lopez <xan igalia com>
Date:   Fri Jan 27 00:18:30 2012 +0100

    Remove unused stock icons
    
    Both the icons themselves and the names in the header file. This just
    removes those without absolutely any reference to them in the entire
    source tree, but I suspect we can remove most of them since they are
    not actually used.

 data/icons/Makefile.am                             |    6 -
 .../icons/hicolor_actions_16x16_location-entry.png |  Bin 540 -> 0 bytes
 .../icons/hicolor_actions_22x22_location-entry.png |  Bin 814 -> 0 bytes
 .../icons/hicolor_actions_24x24_location-entry.png |  Bin 877 -> 0 bytes
 .../icons/hicolor_actions_32x32_location-entry.png |  Bin 1591 -> 0 bytes
 .../icons/hicolor_actions_32x32_location-entry.svg | 1024 -------------------
 .../hicolor_actions_scalable_location-entry.svg    | 1050 --------------------
 lib/ephy-stock-icons.c                             |    5 -
 lib/ephy-stock-icons.h                             |    5 -
 9 files changed, 0 insertions(+), 2090 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 08f65c6..d77a919 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -3,20 +3,14 @@ NULL =
 private_icons = \
 	hicolor_actions_16x16_bookmark-view.png \
 	hicolor_actions_16x16_history-view.png \
-	hicolor_actions_16x16_location-entry.png \
 	hicolor_actions_22x22_bookmark-view.png \
 	hicolor_actions_22x22_history-view.png \
-	hicolor_actions_22x22_location-entry.png \
 	hicolor_actions_24x24_bookmark-view.png \
 	hicolor_actions_24x24_history-view.png \
-	hicolor_actions_24x24_location-entry.png \
 	hicolor_actions_32x32_bookmark-view.png \
 	hicolor_actions_32x32_history-view.png \
-	hicolor_actions_32x32_location-entry.png \
-	hicolor_actions_32x32_location-entry.svg \
 	hicolor_actions_scalable_bookmark-view.svg \
 	hicolor_actions_scalable_history-view.svg \
-	hicolor_actions_scalable_location-entry.svg \
 	hicolor_places_16x16_bookmark-web.png \
 	hicolor_places_22x22_bookmark-web.png \
 	hicolor_places_24x24_bookmark-web.png \
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index 3d34409..d3c3971 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -35,11 +35,8 @@ ephy_stock_icons_init (void)
 	const char *icon_theme_items[] =
 	{
 		STOCK_NEW_TAB,
-		STOCK_NEW_WINDOW,
 		STOCK_SEND_MAIL,
-		STOCK_NEW_MAIL,
 		STOCK_ADD_BOOKMARK,
-		STOCK_PRINT_SETUP,
 	};
 
 	static const GtkStockItem items[] =
@@ -48,8 +45,6 @@ ephy_stock_icons_init (void)
 		{ EPHY_STOCK_HISTORY,	N_("History"),		0, 0, NULL },
 		{ EPHY_STOCK_BOOKMARK,  N_("Bookmark"),         0, 0, NULL },
 		{ EPHY_STOCK_BOOKMARKS, N_("Bookmarks"),	0, 0, NULL },
-		{ EPHY_STOCK_ENTRY,	N_("Address Entry"),	0, 0, NULL },
-		{ STOCK_DOWNLOAD,	N_("_Download"),	0, 0, NULL },
 		{ STOCK_LOCK_INSECURE },
 		{ STOCK_LOCK_SECURE },
 		{ STOCK_LOCK_BROKEN }
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index 4218bf8..17ce6cb 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -33,19 +33,14 @@ G_BEGIN_DECLS
 #define EPHY_STOCK_HISTORY         "history-view"
 #define EPHY_STOCK_BOOKMARK        "bookmark-web"
 #define EPHY_STOCK_BOOKMARKS       "bookmark-view"
-#define EPHY_STOCK_ENTRY           "location-entry"
 #define STOCK_LOCK_INSECURE        "lock-insecure"
 #define STOCK_LOCK_SECURE          "lock-secure"
 #define STOCK_LOCK_BROKEN          "lock-broken"
 
 /* Named icons defined in fd.o Icon Naming Spec */
 #define STOCK_NEW_TAB              "tab-new"
-#define STOCK_NEW_WINDOW           "window-new"
 #define STOCK_SEND_MAIL            "mail-forward"
-#define STOCK_NEW_MAIL             "mail-message-new"
 #define STOCK_ADD_BOOKMARK         "bookmark-new"
-#define STOCK_PRINT_SETUP          "document-page-setup"
-#define STOCK_DOWNLOAD             "emblem-downloads"
 
 void ephy_stock_icons_init (void);
 



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