diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-27 07:29:09 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-27 07:29:09 +0800 |
commit | 62b676c7d9eba221bb5ebbe0a9c85c981131cdf6 (patch) | |
tree | bd3cbdf07e47032b0fb84dc1f36f4cee7677a29d /lib/ephy-stock-icons.h | |
parent | a9792256c80e46bf9f0c237b2f6fb29b3b38c699 (diff) | |
download | gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.tar.gz gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.tar.zst gsoc2013-epiphany-62b676c7d9eba221bb5ebbe0a9c85c981131cdf6.zip |
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.
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r-- | lib/ephy-stock-icons.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 17ce6cb09..3223906d5 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -33,9 +33,6 @@ G_BEGIN_DECLS #define EPHY_STOCK_HISTORY "history-view" #define EPHY_STOCK_BOOKMARK "bookmark-web" #define EPHY_STOCK_BOOKMARKS "bookmark-view" -#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" |