diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-05-22 07:10:18 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-24 20:16:07 +0200 |
commit | cc8dcf738a42ef8c8340bef4c969cd33228bf673 (patch) | |
tree | 774f8c1ceace24a2854e01f211fb7f968bbbeb3e /tests/testtoolbar.c | |
parent | 33097d65b711be31dd02fcb4b99a4dabdca63575 (diff) | |
download | gtk+-cc8dcf738a42ef8c8340bef4c969cd33228bf673.tar.gz |
Remove deprecated GtkToolbar code
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=616817
Diffstat (limited to 'tests/testtoolbar.c')
-rw-r--r-- | tests/testtoolbar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testtoolbar.c b/tests/testtoolbar.c index 11673e04d3..7dc6254ec0 100644 --- a/tests/testtoolbar.c +++ b/tests/testtoolbar.c @@ -19,7 +19,6 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ -#undef GTK_DISABLE_DEPRECATED #include "config.h" #include <gtk/gtk.h> #include "prop-editor.h" |