finch/libgnt/gntcolors.c

changeset 33649
1d643f401252
parent 31757
408ea1e062fc
child 34306
4fb8809f2f97
--- a/finch/libgnt/gntcolors.c	Sat Jan 19 14:54:26 2013 -0500
+++ b/finch/libgnt/gntcolors.c	Sun Jan 20 20:31:16 2013 -0500
@@ -142,7 +142,6 @@
 		restore_colors();
 }
 
-#if GLIB_CHECK_VERSION(2,6,0)
 int
 gnt_colors_get_color(char *key)
 {
@@ -293,8 +292,6 @@
 	g_strfreev(keys);
 }
 
-#endif  /* GKeyFile */
-
 int gnt_color_pair(int pair)
 {
 	return (hascolors ? COLOR_PAIR(pair) :

mercurial