summaryrefslogtreecommitdiff
path: root/test/test-caja-wrap-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-caja-wrap-table.c')
-rw-r--r--test/test-caja-wrap-table.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test-caja-wrap-table.c b/test/test-caja-wrap-table.c
index 463870a6..184e7475 100644
--- a/test/test-caja-wrap-table.c
+++ b/test/test-caja-wrap-table.c
@@ -34,13 +34,8 @@ main (int argc, char* argv[])
GTK_POLICY_AUTOMATIC);
/* Viewport */
-#if GTK_CHECK_VERSION (3, 0, 0)
gtk_container_add (GTK_CONTAINER (scroller),
emblems_table);
-#else
- gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (scroller),
- emblems_table);
-#endif
gtk_container_add (GTK_CONTAINER (window), scroller);