summaryrefslogtreecommitdiff
path: root/libyelp/yelp-simple-document.c
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-02-09 15:43:17 +0000
committerDavid King <amigadave@amigadave.com>2015-02-09 22:35:45 +0000
commita36c11e5920e84950f6f07b93dbbd1560bfe61eb (patch)
tree1be10ac7aee5af322727568b00c069692655b34c /libyelp/yelp-simple-document.c
parentd7fddfed6eff3f0274482f69827d9d93914da480 (diff)
downloadyelp-a36c11e5920e84950f6f07b93dbbd1560bfe61eb.tar.gz
Remove libyelp redundant declarations
Diffstat (limited to 'libyelp/yelp-simple-document.c')
-rw-r--r--libyelp/yelp-simple-document.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libyelp/yelp-simple-document.c b/libyelp/yelp-simple-document.c
index 2ff6c0f4..34e4076d 100644
--- a/libyelp/yelp-simple-document.c
+++ b/libyelp/yelp-simple-document.c
@@ -59,8 +59,6 @@ struct _YelpSimpleDocumentPriv {
G_DEFINE_TYPE (YelpSimpleDocument, yelp_simple_document, YELP_TYPE_DOCUMENT)
#define GET_PRIV(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object), YELP_TYPE_SIMPLE_DOCUMENT, YelpSimpleDocumentPriv))
-static void yelp_simple_document_class_init (YelpSimpleDocumentClass *klass);
-static void yelp_simple_document_init (YelpSimpleDocument *document);
static void yelp_simple_document_dispose (GObject *object);
static void yelp_simple_document_finalize (GObject *object);