diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-15 01:01:14 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-15 01:01:14 +0800 |
commit | 3295288a7292a74d14c6a5a20e41e2afe010f34e (patch) | |
tree | b508743f41c1fe93f8997b295d1fa21df2ab3118 /src/ephy-shell.h | |
parent | 2db47fb32732e9613e5338d8c165ed5f771e819a (diff) | |
download | gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.gz gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.bz2 gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.lz gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.xz gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.tar.zst gsoc2013-epiphany-3295288a7292a74d14c6a5a20e41e2afe010f34e.zip |
Remove last traces of the EggToolbar code
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 55a90547e..1780a2e4d 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -130,9 +130,6 @@ GObject *ephy_shell_get_net_monitor (EphyShell *shell); EphyBookmarks *ephy_shell_get_bookmarks (EphyShell *shell); -GObject *ephy_shell_get_toolbars_model (EphyShell *shell, - gboolean fullscreen); - GObject *ephy_shell_get_extensions_manager (EphyShell *shell); GtkWidget *ephy_shell_get_bookmarks_editor (EphyShell *shell); |