aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-stock-icons.c5
-rw-r--r--lib/ephy-stock-icons.h5
2 files changed, 0 insertions, 10 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index 3d34409c9..d3c39715c 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 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);