summaryrefslogtreecommitdiff
path: root/testsuite/gtk/calendar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-11-17 14:16:37 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-11-17 22:49:56 -0500
commitebe6d5225218749bdef13039291fc6c10daf16a6 (patch)
treed6a831bc39a7dba64b01f015a6d7b159c6f85e3c /testsuite/gtk/calendar.c
parent60aaf38f39fcc7a7feea84f1228ae91388bbb965 (diff)
downloadgtk+-ebe6d5225218749bdef13039291fc6c10daf16a6.tar.gz
Drop redundant glib version checks
We require GLib 2.72 now.
Diffstat (limited to 'testsuite/gtk/calendar.c')
-rw-r--r--testsuite/gtk/calendar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/gtk/calendar.c b/testsuite/gtk/calendar.c
index c513f56c41..4e76c71b5c 100644
--- a/testsuite/gtk/calendar.c
+++ b/testsuite/gtk/calendar.c
@@ -10,11 +10,7 @@ test_calendar_set_day (void)
cal = gtk_calendar_new ();
-#if GLIB_CHECK_VERSION(2,68,0)
tz = g_time_zone_new_identifier ("MET");
-#else
- tz = g_time_zone_new ("MET");
-#endif
g_assert_nonnull (tz);
dt = g_date_time_new (tz, 1970, 3, 1, 0, 0, 0);
g_assert_nonnull (dt);