28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From c859d2b891a115c79d04db14463791dfb1c46a20 Mon Sep 17 00:00:00 2001
|
|
From: Carlos Garcia Campos <carlosgc@gnome.org>
|
|
Date: Wed, 30 Apr 2014 09:25:31 +0200
|
|
Subject: [PATCH] glib: Fix multiple definition of PopplerTextSpan
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=78103
|
|
---
|
|
glib/poppler-structure-element.h | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
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);
|
|
--
|
|
1.9.0
|
|
|