From 62b676c7d9eba221bb5ebbe0a9c85c981131cdf6 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 27 Jan 2012 00:29:09 +0100 Subject: Remove all the lock stock icons At this point we were only using the #defines in EphyLocationEntry to decide which symbolic icon to use, so keep that and delete everything else. --- lib/ephy-stock-icons.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/ephy-stock-icons.c') diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index d3c39715c..79fe912d8 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -44,10 +44,7 @@ ephy_stock_icons_init (void) { EPHY_STOCK_POPUPS, N_("Popup Windows"), 0, 0, NULL }, { EPHY_STOCK_HISTORY, N_("History"), 0, 0, NULL }, { EPHY_STOCK_BOOKMARK, N_("Bookmark"), 0, 0, NULL }, - { EPHY_STOCK_BOOKMARKS, N_("Bookmarks"), 0, 0, NULL }, - { STOCK_LOCK_INSECURE }, - { STOCK_LOCK_SECURE }, - { STOCK_LOCK_BROKEN } + { EPHY_STOCK_BOOKMARKS, N_("Bookmarks"), 0, 0, NULL } }; factory = gtk_icon_factory_new (); -- cgit