aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2011-12-15 00:37:54 +0800
committerXan Lopez <xan@igalia.com>2011-12-15 00:37:54 +0800
commit2b63143ef7d712e62347536b363a16ad4953ad0c (patch)
treed72c60f08dab4b66271ba6e404f1254da8c03a42 /src/ephy-shell.c
parenta74877f7f28f105369acef053b339ceefce33c92 (diff)
downloadgsoc2013-epiphany-2b63143ef7d712e62347536b363a16ad4953ad0c.tar
gsoc2013-epiphany-2b63143ef7d712e62347536b363a16ad4953ad0c.tar.gz
gsoc2013-epiphany-2b63143ef7d712e62347536b363a16ad4953ad0c.tar.bz2
gsoc2013-epiphany-2b63143ef7d712e62347536b363a16ad4953ad0c.tar.lz
gsoc2013-epiphany-2b63143ef7d712e62347536b363a16ad4953ad0c.tar.xz
gsoc2013-epiphany-2b63143ef7d712e62347536b363a16ad4953ad0c.tar.zst
gsoc2013-epiphany-2b63143ef7d712e62347536b363a16ad4953ad0c.zip
Remove code to support bookmark/topic toolbar
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 664ffc1d9..217b79b1c 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -26,7 +26,6 @@
#include "egg-toolbars-model.h"
#include "ephy-bookmarks-editor.h"
#include "ephy-bookmarks-import.h"
-#include "ephy-bookmarks-ui.h"
#include "ephy-debug.h"
#include "ephy-embed-container.h"
#include "ephy-embed-single.h"
@@ -865,8 +864,6 @@ ephy_shell_get_toolbars_model (EphyShell *shell, gboolean fullscreen)
if (shell->priv->toolbars_model == NULL) {
shell->priv->toolbars_model = ephy_toolbars_model_new ();
- ephy_bookmarks_ui_attach_toolbar_model (shell->priv->toolbars_model);
-
ephy_toolbars_model_load
(EPHY_TOOLBARS_MODEL (shell->priv->toolbars_model));
}