aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2013-02-10 18:51:08 +0800
committerXan Lopez <xan@igalia.com>2013-02-10 18:51:08 +0800
commit3103efe82b93e2b9dc0b063f77e9bd5d245cffbc (patch)
treea521d668aa786f95ba8c8af2c30449141470986b
parent04a5b8dc505f3663a4ae298b257c523a986ca6fb (diff)
downloadgsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.tar
gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.tar.gz
gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.tar.bz2
gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.tar.lz
gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.tar.xz
gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.tar.zst
gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.zip
ephy-notebook: remove two useless forward declarations
-rw-r--r--src/ephy-notebook.c2
1 files changed, 0 insertions, 2 deletions
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,