aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-stock-icons.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-27 07:18:30 +0800
committerXan Lopez <xan@igalia.com>2012-01-27 07:21:57 +0800
commita9792256c80e46bf9f0c237b2f6fb29b3b38c699 (patch)
tree38da52fd38a4964cc14ca57fb6c1a0dabef4ad08 /lib/ephy-stock-icons.h
parentbc048aafffe516805284603356bb3d0bed0c310e (diff)
downloadgsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar
gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.gz
gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.bz2
gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.lz
gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.xz
gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.tar.zst
gsoc2013-epiphany-a9792256c80e46bf9f0c237b2f6fb29b3b38c699.zip
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.
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r--lib/ephy-stock-icons.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index 4218bf813..17ce6cb09 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);