summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorswatchprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-02-08 23:48:11 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-02-14 16:37:00 -0500
commit92618eb8e26703f9bbe1a0ca0639cb3e6213094e (patch)
tree1c6bf6a004ea3fe334a64aa3e62b32ec59093e2e /gtk/gtkcolorswatchprivate.h
parent9cc827fcd1441adf84a5eb84205bc8406bc8f2c5 (diff)
downloadgtk+-92618eb8e26703f9bbe1a0ca0639cb3e6213094e.tar.gz
GtkColorSwatch: Use widget state instead of a custom 'selected'
Diffstat (limited to 'gtk/gtkcolorswatchprivate.h')
-rw-r--r--gtk/gtkcolorswatchprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcolorswatchprivate.h b/gtk/gtkcolorswatchprivate.h
index 71bcd1ada8..bc8a03df47 100644
--- a/gtk/gtkcolorswatchprivate.h
+++ b/gtk/gtkcolorswatchprivate.h
@@ -82,9 +82,6 @@ void gtk_color_swatch_set_hsva (GtkColorSwatch *swatch,
gdouble v,
gdouble a);
G_GNUC_INTERNAL
-void gtk_color_swatch_set_selected (GtkColorSwatch *swatch,
- gboolean selected);
-G_GNUC_INTERNAL
void gtk_color_swatch_set_can_drop (GtkColorSwatch *swatch,
gboolean can_drop);
G_GNUC_INTERNAL