[poppler] Branch 'poppler-0.26' - glib/poppler-structure-element.h

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Wed Apr 30 00:27:46 PDT 2014


 glib/poppler-structure-element.h |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit a748b3a059938e6ae98b51eb82bab7c33a5e23c7
Author: Carlos Garcia Campos <carlosgc at gnome.org>
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);


More information about the poppler mailing list