summaryrefslogtreecommitdiff
path: root/pango/pango-impl-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-impl-utils.h')
-rw-r--r--pango/pango-impl-utils.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/pango/pango-impl-utils.h b/pango/pango-impl-utils.h
index 1f60d84f..e21988f1 100644
--- a/pango/pango-impl-utils.h
+++ b/pango/pango-impl-utils.h
@@ -75,21 +75,6 @@ prefix ## _get_type (void) \
parent_type, G_TYPE_FLAG_ABSTRACT)
-
-/* Warning history. Used to not spew some warnings more than once. */
-typedef struct _PangoWarningHistory PangoWarningHistory;
-
-struct _PangoWarningHistory {
- guint shape_font : 1;
- guint shape_shape_engine : 1;
- guint get_glyph_extents : 1;
- guint get_metrics : 1;
- guint get_font_map : 1;
-};
-
-extern PangoWarningHistory _pango_warning_history;
-
-
/* String interning for static strings */
#define I_(string) g_intern_static_string (string)