[epiphany] ephy-notebook: remove two useless forward declarations



commit 3103efe82b93e2b9dc0b063f77e9bd5d245cffbc
Author: Xan Lopez <xan igalia com>
Date:   Sun Feb 10 11:51:08 2013 +0100

    ephy-notebook: remove two useless forward declarations

 src/ephy-notebook.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index 4e16a2f..2349af8 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]