summaryrefslogtreecommitdiff
path: root/src/connection-editor/page-8021x-security.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-02-24 15:27:16 +0100
committerDan Winship <danw@gnome.org>2013-03-12 15:22:38 -0400
commitd0a18be545b12ab53a1d138f41fae1ba726551dc (patch)
tree3524aa5b98fa767b91d5fc4ef94697963fc34eb5 /src/connection-editor/page-8021x-security.c
parenta0396dcb09ad1c145b162978019f3c593bc9fb45 (diff)
downloadnetwork-manager-applet-d0a18be545b12ab53a1d138f41fae1ba726551dc.tar.gz
build: remove GTK_CHECK_VERSION checks
In particular, remove all gtk2-only code.
Diffstat (limited to 'src/connection-editor/page-8021x-security.c')
-rw-r--r--src/connection-editor/page-8021x-security.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/connection-editor/page-8021x-security.c b/src/connection-editor/page-8021x-security.c
index 643751ef..547709f7 100644
--- a/src/connection-editor/page-8021x-security.c
+++ b/src/connection-editor/page-8021x-security.c
@@ -127,11 +127,7 @@ ce_page_8021x_security_new (NMConnection *connection,
parent = CE_PAGE (self);
priv = CE_PAGE_8021X_SECURITY_GET_PRIVATE (self);
-#if GTK_CHECK_VERSION (3,1,6)
parent->page = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
-#else
- parent->page = gtk_vbox_new (FALSE, 6);
-#endif
g_object_ref_sink (G_OBJECT (parent->page));
gtk_container_set_border_width (GTK_CONTAINER (parent->page), 6);