summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2011-06-16 16:31:17 +0200
committerKjartan Maraas <kmaraas@gnome.org>2011-06-16 16:31:17 +0200
commit5dfdf2e44cae9f246d56a591f8e9488d9d440726 (patch)
tree6b6f2d7be47d3e0c0e8699a30a7633aac3852233
parent5467537dc7a22b3b377497186a8fb6d4724f7ce5 (diff)
downloadgconf-5dfdf2e44cae9f246d56a591f8e9488d9d440726.tar.gz
Don't enable deprecations explicitly in the source code.2.32.4
-rw-r--r--examples/basic-gconf-app.c2
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>