diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-10 18:51:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-10 18:51:08 +0800 |
commit | 3103efe82b93e2b9dc0b063f77e9bd5d245cffbc (patch) | |
tree | a521d668aa786f95ba8c8af2c30449141470986b /src | |
parent | 04a5b8dc505f3663a4ae298b257c523a986ca6fb (diff) | |
download | gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.tar.gz gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.tar.zst gsoc2013-epiphany-3103efe82b93e2b9dc0b063f77e9bd5d245cffbc.zip |
ephy-notebook: remove two useless forward declarations
Diffstat (limited to 'src')
-rw-r--r-- | 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 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, |