summaryrefslogtreecommitdiff
path: root/libmateweather/test_locations.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-13 11:32:51 +0300
committermonsta <[email protected]>2016-12-13 11:32:51 +0300
commitf2aa4cd5009a2766674ae02d2cc4f5e4fddb4079 (patch)
tree78fac7f8ae47c76c41195586ff7ec9bb10924ae6 /libmateweather/test_locations.c
parentb4ddcc1d1f7635d19db4b015a54b45dca63e2c88 (diff)
downloadlibmateweather-f2aa4cd5009a2766674ae02d2cc4f5e4fddb4079.tar.bz2
libmateweather-f2aa4cd5009a2766674ae02d2cc4f5e4fddb4079.tar.xz
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'libmateweather/test_locations.c')
-rw-r--r--libmateweather/test_locations.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmateweather/test_locations.c b/libmateweather/test_locations.c
index 7a11ad7..af1ad90 100644
--- a/libmateweather/test_locations.c
+++ b/libmateweather/test_locations.c
@@ -43,11 +43,7 @@ main (int argc, char **argv)
g_signal_connect (window, "delete-event",
G_CALLBACK (deleted), NULL);
-#if GTK_CHECK_VERSION (3, 0, 0)
vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 8);
-#else
- vbox = gtk_vbox_new (FALSE, 8);
-#endif
gtk_container_add (GTK_CONTAINER (window), vbox);
loc = mateweather_location_new_world (FALSE);