From 3103efe82b93e2b9dc0b063f77e9bd5d245cffbc Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 10 Feb 2013 11:51:08 +0100 Subject: ephy-notebook: remove two useless forward declarations --- src/ephy-notebook.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ephy-notebook.c') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 4e16a2f77..2349af8f9 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -56,8 +56,6 @@ struct _EphyNotebookPrivate guint tabs_allowed : 1; }; -static void ephy_notebook_init (EphyNotebook *notebook); -static void ephy_notebook_class_init (EphyNotebookClass *klass); static void ephy_notebook_finalize (GObject *object); static int ephy_notebook_insert_page (GtkNotebook *notebook, GtkWidget *child, -- cgit v1.2.3