diff options
Get rid of EPHY_STOCK_EPHY
In 99% of the cases we were using it for gtk_window_set_icon_name,
which does nothing in GNOME 3. In the couple of valid use cases, just
use "web-browser" directly.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-ui.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-ui.c b/src/bookmarks/ephy-bookmarks-ui.c index 8cfe15057..382fe498c 100644 --- a/src/bookmarks/ephy-bookmarks-ui.c +++ b/src/bookmarks/ephy-bookmarks-ui.c @@ -39,7 +39,6 @@ #include "ephy-prefs.h" #include "ephy-settings.h" #include "ephy-shell.h" -#include "ephy-stock-icons.h" #include "ephy-string.h" #include "ephy-topic-action-group.h" #include "ephy-topic-action.h" |