glib/poppler-structure-element.h | 3 --- 1 file changed, 3 deletions(-)
New commits: commit c859d2b891a115c79d04db14463791dfb1c46a20 Author: Carlos Garcia Campos <[email protected]> Date: Wed Apr 30 09:25:31 2014 +0200 glib: Fix multiple definition of PopplerTextSpan https://bugs.freedesktop.org/show_bug.cgi?id=78103 diff --git a/glib/poppler-structure-element.h b/glib/poppler-structure-element.h index 4596a41..3848c21 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); _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
