summaryrefslogtreecommitdiff
path: root/testsuite/gtk/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gtk/label.c')
-rw-r--r--testsuite/gtk/label.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/gtk/label.c b/testsuite/gtk/label.c
index e06623e00c..d03a03a6da 100644
--- a/testsuite/gtk/label.c
+++ b/testsuite/gtk/label.c
@@ -41,10 +41,8 @@ print_attribute (PangoAttribute *attr, GString *string)
case PANGO_ATTR_ALLOW_BREAKS:
case PANGO_ATTR_INSERT_HYPHENS:
case PANGO_ATTR_SHOW:
-#if PANGO_VERSION_CHECK(1, 49, 0)
case PANGO_ATTR_ABSOLUTE_LINE_HEIGHT:
case PANGO_ATTR_TEXT_TRANSFORM:
-#endif
g_string_append_printf (string, "%d", ((PangoAttrInt *)attr)->value);
break;
case PANGO_ATTR_FONT_DESC:
@@ -69,9 +67,7 @@ print_attribute (PangoAttribute *attr, GString *string)
g_string_append_printf (string, "shape");
break;
case PANGO_ATTR_SCALE:
-#if PANGO_VERSION_CHECK(1, 49, 0)
case PANGO_ATTR_LINE_HEIGHT:
-#endif
{
char val[20];