aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_utils.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-11 19:10:57 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-11 19:10:57 +0000
commit4608a76a51ae6eae8147223451274cb3cb87829d (patch)
treefabb30119b6ea746d3518792ce295e7d3f3e4d93 /gtk/color_utils.h
parent347c71d9a8bed884895ae69325d91fb241419f18 (diff)
Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.
svn path=/trunk/; revision=37973
Diffstat (limited to 'gtk/color_utils.h')
-rw-r--r--gtk/color_utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/color_utils.h b/gtk/color_utils.h
index abea5c8912..63d7b364c7 100644
--- a/gtk/color_utils.h
+++ b/gtk/color_utils.h
@@ -62,8 +62,4 @@ void color_t_to_gdkcolor(GdkColor *target, const color_t *source);
*/
void gdkcolor_to_color_t(color_t *target, const GdkColor *source);
-#if GTK_CHECK_VERSION(2,12,0)
-#else
-gchar * gdk_color_to_string (const GdkColor *color);
-#endif /* GTK_CHECK_VERSION(2,12,0) */
#endif /* __COLORS_H__ */