summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-10-23 16:56:18 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-10-23 18:23:58 +0200
commit471d8d6184cba8a7b912fa678f6530a79c77eb5e (patch)
treebe04fd506a3518ed50467c5c25f6157c8141ad0c /gtk/gtkbutton.c
parent3c4f6d64cd1a491206c7071405bda09cbc47a52e (diff)
downloadgtk+-471d8d6184cba8a7b912fa678f6530a79c77eb5e.tar.gz
Remove deprecated GTK_RELIEF_HALF
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r--gtk/gtkbutton.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 82c253b7ec..fac2984d66 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -727,8 +727,6 @@ gtk_button_clicked (GtkButton *button)
* Sets the relief style of the edges of the given #GtkButton widget.
* Two styles exist, %GTK_RELIEF_NORMAL and %GTK_RELIEF_NONE.
* The default style is, as one can guess, %GTK_RELIEF_NORMAL.
- * The deprecated value %GTK_RELIEF_HALF behaves the same as
- * %GTK_RELIEF_NORMAL.
*/
void
gtk_button_set_relief (GtkButton *button,