diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-05-10 21:00:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-05-10 21:03:13 -0400 |
commit | d89766ce4159fdda83043eb4c2d321696678f4f0 (patch) | |
tree | f7a793095304c3b7f84325cda2859a194afafeb1 /demos | |
parent | 56ddf3f092151e704904148116afe606cb61b939 (diff) | |
download | gtk+-d89766ce4159fdda83043eb4c2d321696678f4f0.tar.gz |
gtk-demo: Remove an unncessary define
The changedisplay example no longer uses and deprecated
API, so don't disable deprecations.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/changedisplay.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/demos/gtk-demo/changedisplay.c b/demos/gtk-demo/changedisplay.c index 7525d8a8e5..445af3fa94 100644 --- a/demos/gtk-demo/changedisplay.c +++ b/demos/gtk-demo/changedisplay.c @@ -2,7 +2,7 @@ * * Demonstrates migrating a window between different displays. * A display is a mouse and keyboard with some number of - * associated monitors. The neat thing about having multiple + * associated monitors. The neat thing about having multiple * displays is that they can be on a completely separate * computers, as long as there is a network connection to the * computer where the application is running. @@ -26,9 +26,6 @@ * - Using GtkDialog */ #include <string.h> - -#undef GDK_DISABLE_DEPRECATED - #include <glib/gi18n.h> #include <gtk/gtk.h> |