From ea302a83da329d7f182724fb0c9d1a4d22aa9362 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 26 May 2016 16:14:26 +0300 Subject: drop old GTK+2 code --- src/terminal-screen-container.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/terminal-screen-container.c') diff --git a/src/terminal-screen-container.c b/src/terminal-screen-container.c index 290685c..52432e5 100644 --- a/src/terminal-screen-container.c +++ b/src/terminal-screen-container.c @@ -167,11 +167,7 @@ terminal_screen_container_constructor (GType type, #else -#if GTK_CHECK_VERSION (3, 0, 0) priv->hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); -#else - priv->hbox = gtk_hbox_new (FALSE, 0); -#endif #if VTE_CHECK_VERSION (0, 38, 0) priv->vscrollbar = gtk_vscrollbar_new (gtk_scrollable_get_vadjustment (GTK_SCROLLABLE (priv->screen))); -- cgit v1.2.1