summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2014-04-30 09:25:31 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2014-04-30 09:26:09 +0200
commitc859d2b891a115c79d04db14463791dfb1c46a20 (patch)
tree8b97df76994cdd6845d8cc8164612eeeeff0f895
parent9a68daee2b3c7f8a992ee47c0e9ac78b346d4348 (diff)
glib: Fix multiple definition of PopplerTextSpan
https://bugs.freedesktop.org/show_bug.cgi?id=78103
-rw-r--r--glib/poppler-structure-element.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/glib/poppler-structure-element.h b/glib/poppler-structure-element.h
index 4596a413..3848c210 100644
--- a/glib/poppler-structure-element.h
+++ b/glib/poppler-structure-element.h
@@ -250,9 +250,6 @@ typedef enum {
} PopplerStructureTableScope;
-typedef struct _PopplerTextSpan PopplerTextSpan;
-
-
GType poppler_structure_element_get_type (void) G_GNUC_CONST;
PopplerStructureElementKind poppler_structure_element_get_kind (PopplerStructureElement *poppler_structure_element);
gint poppler_structure_element_get_page (PopplerStructureElement *poppler_structure_element);