diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2011-06-16 16:31:17 +0200 |
---|---|---|
committer | Kjartan Maraas <kmaraas@gnome.org> | 2011-06-16 16:31:17 +0200 |
commit | 5dfdf2e44cae9f246d56a591f8e9488d9d440726 (patch) | |
tree | 6b6f2d7be47d3e0c0e8699a30a7633aac3852233 /examples | |
parent | 5467537dc7a22b3b377497186a8fb6d4724f7ce5 (diff) | |
download | gconf-5dfdf2e44cae9f246d56a591f8e9488d9d440726.tar.gz |
Don't enable deprecations explicitly in the source code.2.32.4
Diffstat (limited to 'examples')
-rw-r--r-- | examples/basic-gconf-app.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/basic-gconf-app.c b/examples/basic-gconf-app.c index 35de3437..a866520e 100644 --- a/examples/basic-gconf-app.c +++ b/examples/basic-gconf-app.c @@ -79,8 +79,6 @@ */ /* Be clean and pure */ -#define GTK_DISABLE_DEPRECATED -#define G_DISABLE_DEPRECATED #include <gconf/gconf-client.h> #include <gtk/gtk.h> |