From e4b6e35280ee396484276963c071eff976177a68 Mon Sep 17 00:00:00 2001 From: Wen-Yen Chuang Date: Sat, 7 Apr 2012 14:35:36 +0800 Subject: [PATCH] Revert commit b074af0, fixed upstream. --- src/linenum.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/linenum.c b/src/linenum.c index 3ef8276..cbb0887 100644 --- a/src/linenum.c +++ b/src/linenum.c @@ -198,12 +198,7 @@ DV({g_print("Painting line numbers %d - %d\n", alist = pango_attr_list_new(); /* TODO: should change line number color by conffile */ -#if !GTK_CHECK_VERSION(3,3,14) attr = pango_attr_foreground_new(0, 0, 0); -#endif -#if GTK_CHECK_VERSION(3,3,14) - attr = pango_attr_foreground_new(65535, 65535, 65535); -#endif attr->start_index = 0; attr->end_index = G_MAXUINT; pango_attr_list_insert(alist, attr);