From 3d3918f0386e6c7ab1340eda6620d1bce10b998a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 28 May 2010 16:42:38 -0400 Subject: Remove unnecessary conditional compilation macro. --- addressbook/gui/contact-editor/e-contact-editor.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'addressbook') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 5b2834b46b..e1d064f94a 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -3474,11 +3474,7 @@ expand_web_toggle (EContactEditor *ce) GtkWidget *widget; widget = e_builder_get_widget (ce->builder, "label-videourl"); -#if GTK_CHECK_VERSION(2,19,7) expand_web (ce, !gtk_widget_get_visible (widget)); -#else - expand_web (ce, !GTK_WIDGET_VISIBLE (widget)); -#endif } static void -- cgit v1.2.3