summaryrefslogtreecommitdiff
path: root/gtk/gtkbuttonprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-04-11 15:02:56 +0200
committerBenjamin Otte <otte@redhat.com>2012-04-17 08:59:23 +0200
commit8b1385804e049d6e691462224ed928d15c5b8dc6 (patch)
treee8cd3630097e2079f3ef62bdb9ee2660686f8e56 /gtk/gtkbuttonprivate.h
parentd8b99d47ea79c69594830c1fae56bc7c9c034fcf (diff)
downloadgtk+-8b1385804e049d6e691462224ed928d15c5b8dc6.tar.gz
button: Remove _gtk_button_paint()
All buttons use the same paint function these days. States are managed correctly so this was just leftovers from GTK 1 or GTK 2.
Diffstat (limited to 'gtk/gtkbuttonprivate.h')
-rw-r--r--gtk/gtkbuttonprivate.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkbuttonprivate.h b/gtk/gtkbuttonprivate.h
index 232973c1fc..22d6b3df63 100644
--- a/gtk/gtkbuttonprivate.h
+++ b/gtk/gtkbuttonprivate.h
@@ -63,11 +63,6 @@ struct _GtkButtonPrivate
void _gtk_button_set_depressed (GtkButton *button,
gboolean depressed);
-void _gtk_button_paint (GtkButton *button,
- cairo_t *cr,
- int width,
- int height,
- GtkStateFlags state);
G_END_DECLS