diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-16 19:12:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-01-16 19:12:47 +0000 |
commit | 226b2fa14b249949c7c550645a521a977ecd06da (patch) | |
tree | 6b00b5efb48e27466aa82e29a3aae21b89c24f44 /gtk/gtkscale.h | |
parent | 5b96321c3a9894bcb0fb41856e2ad2940c20365c (diff) | |
download | gtk+-226b2fa14b249949c7c550645a521a977ecd06da.tar.gz |
Deprecate. (#68183)
* gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
* gtk/gtkscale.h (gtk_scale_value_width): Remove useless
compatibility macro. (#67730)
* gtk/changes-2.0.sgml: Details about GtkRange and subclasses
rewrite. (#67730)
Diffstat (limited to 'gtk/gtkscale.h')
-rw-r--r-- | gtk/gtkscale.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkscale.h b/gtk/gtkscale.h index efa33c6d1c..7bfca7d77e 100644 --- a/gtk/gtkscale.h +++ b/gtk/gtkscale.h @@ -86,10 +86,6 @@ void _gtk_scale_get_value_size (GtkScale *scale, gchar *_gtk_scale_format_value (GtkScale *scale, gdouble value); -#ifndef GTK_DISABLE_DEPRECATED -#define gtk_scale_value_width gtk_scale_get_value_width -#endif /* GTK_DISABLE_DEPRECATED */ - #ifdef __cplusplus } #endif /* __cplusplus */ |