diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-14 00:16:23 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-14 23:30:21 +0800 |
commit | a74877f7f28f105369acef053b339ceefce33c92 (patch) | |
tree | f0769f03fb07355c2d751500d80e70e1a2ea5034 /src/ephy-window.c | |
parent | c1c74c929c1e773d1f79d1b3bd0cf10bb572f8f9 (diff) | |
download | gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.gz gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.bz2 gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.lz gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.xz gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.zst gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.zip |
Remove ephy_window_get_toolbar
The only use in window-commands.c is not superfluous.
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 90a53bc0d..8b634292e 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -4224,22 +4224,6 @@ ephy_window_get_ui_manager (EphyWindow *window) } /** - * ephy_window_get_toolbar: - * @window: an #EphyWindow - * - * Returns this window's toolbar - * - * Return value: (transfer none): an #EphyToolbar - **/ -GtkWidget * -ephy_window_get_toolbar (EphyWindow *window) -{ - g_return_val_if_fail (EPHY_IS_WINDOW (window), NULL); - - return GTK_WIDGET (window->priv->toolbar); -} - -/** * ephy_window_get_notebook: * @window: an #EphyWindow * |