summaryrefslogtreecommitdiff
path: root/capplets/common/mate-theme-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'capplets/common/mate-theme-info.h')
-rw-r--r--capplets/common/mate-theme-info.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/capplets/common/mate-theme-info.h b/capplets/common/mate-theme-info.h
index 9b45951c..1ef14b37 100644
--- a/capplets/common/mate-theme-info.h
+++ b/capplets/common/mate-theme-info.h
@@ -183,13 +183,8 @@ void mate_theme_init (void);
void mate_theme_info_register_theme_change (ThemeChangedCallback func,
gpointer data);
-#if GTK_CHECK_VERSION (3, 0, 0)
gboolean mate_theme_color_scheme_parse (const gchar *scheme,
GdkRGBA *colors);
-#else
-gboolean mate_theme_color_scheme_parse (const gchar *scheme,
- GdkColor *colors);
-#endif
gboolean mate_theme_color_scheme_equal (const gchar *s1,
const gchar *s2);