From 360ee676cd5cbf21f03069db5b89f0f7397f371d Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 28 Dec 2011 20:52:02 +0100 Subject: ephy-notebook: remove unused method --- src/ephy-notebook.c | 13 ------------- src/ephy-notebook.h | 2 -- 2 files changed, 15 deletions(-) (limited to 'src') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 1431caefc..f8e19b9fc 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -675,19 +675,6 @@ ephy_notebook_set_show_tabs (EphyNotebook *nb, update_tabs_visibility (nb, FALSE); } -/** - * ephy_notebook_get_focused_pages: - * - * Return value: (transfer none): - **/ -GList * -ephy_notebook_get_focused_pages (EphyNotebook *nb) -{ - g_return_val_if_fail (EPHY_IS_NOTEBOOK (nb), NULL); - - return nb->priv->focused_pages; -} - static int ephy_notebook_insert_page (GtkNotebook *gnotebook, GtkWidget *tab_widget, diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h index 65acb9619..cfc6ee793 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.h @@ -74,8 +74,6 @@ void ephy_notebook_set_show_tabs (EphyNotebook *nb, void ephy_notebook_set_dnd_enabled (EphyNotebook *nb, gboolean enabled); -GList * ephy_notebook_get_focused_pages (EphyNotebook *nb); - G_END_DECLS #endif /* EPHY_NOTEBOOK_H */ -- cgit v1.2.3