From: John Darrington Date: Mon, 16 Mar 2009 23:22:15 +0000 (+0900) Subject: Remove preprocessor condition X-Git-Tag: v0.7.3~223 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88cddbfae2dba14cd7e4225961aa88c3e6fe4445;p=pspp-builds.git Remove preprocessor condition --- diff --git a/src/ui/gui/dict-display.c b/src/ui/gui/dict-display.c index 6d167145..023b063f 100644 --- a/src/ui/gui/dict-display.c +++ b/src/ui/gui/dict-display.c @@ -294,9 +294,7 @@ attach_dictionary_to_treeview (GtkTreeView *treeview, PsppireDict *dict, g_object_set (treeview, "has-tooltip", TRUE, NULL); -#if GTK_CHECK_VERSION (2, 12, 0) g_signal_connect (treeview, "query-tooltip", G_CALLBACK (set_tooltip_for_variable), NULL); -#endif }