diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-08 21:57:57 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-08 22:01:26 +0800 |
commit | 3beb3efa30181600fb756ca108f0b799b851871f (patch) | |
tree | 5f639f01b3f4336c69ba34e21bc192a5ed13f5d2 /src/ephy-shell.h | |
parent | be3e52e1c22a05b655c3b322045d1f5c6fd76c7f (diff) | |
download | gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.gz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.bz2 gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.lz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.xz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.zst gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.zip |
Remove extensions support
This removes the old style extension support, you can read the
rationale in the bug report.
https://bugzilla.gnome.org/show_bug.cgi?id=685630
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 9e0a4c7de..e9402e104 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -167,8 +167,6 @@ GObject *ephy_shell_get_net_monitor (EphyShell *shell); EphyBookmarks *ephy_shell_get_bookmarks (EphyShell *shell); -GObject *ephy_shell_get_extensions_manager (EphyShell *shell); - GtkWidget *ephy_shell_get_bookmarks_editor (EphyShell *shell); GtkWidget *ephy_shell_get_history_window (EphyShell *shell); |