aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
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));
}