diff options
author | Michael Natterer <mitch@imendio.com> | 2008-08-04 16:12:23 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-08-04 16:12:23 +0000 |
commit | a3a5bc340d011fa88a1ddf944f20e49c584f95d7 (patch) | |
tree | d0fa5715f9b4b495d9630d2b370f10151a085f6c /tests/testactions.c | |
parent | 2a5956765dc27134c6ef8a65df2f4f4d788b1e3b (diff) | |
download | gtk+-a3a5bc340d011fa88a1ddf944f20e49c584f95d7.tar.gz |
gtk/gtkseparatortoolitem.c remove pointless #undef GTK_DISABLE_DEPRECATED.
2008-08-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkseparatortoolitem.c
* tests/testactions.c: remove pointless #undef GTK_DISABLE_DEPRECATED.
* gtk/gtkcalendar.c (calendar_set_display_option): use
gtk_calendar_set_display_options() instead of the deprecated
gtk_calendar_display_options().
svn path=/trunk/; revision=20977
Diffstat (limited to 'tests/testactions.c')
-rw-r--r-- | tests/testactions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testactions.c b/tests/testactions.c index 3d55d8a6a4..f63aac84c6 100644 --- a/tests/testactions.c +++ b/tests/testactions.c @@ -17,7 +17,6 @@ * Boston, MA 02111-1307, USA. */ -#undef GTK_DISABLE_DEPRECATED #include "config.h" #include <gtk/gtk.h> |