[gtk+] Do not disable deprecation guards



commit fb62d6105f60b36a057c1365fa9417afd9a03c9d
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Sep 22 04:20:11 2010 +0200

    Do not disable deprecation guards

 gtk/gtktypebuiltins.c.template       |    1 -
 modules/other/gail/gailprogressbar.c |    2 --
 tests/testinput.c                    |    2 --
 3 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtktypebuiltins.c.template b/gtk/gtktypebuiltins.c.template
index 44aabf8..828d6d1 100644
--- a/gtk/gtktypebuiltins.c.template
+++ b/gtk/gtktypebuiltins.c.template
@@ -1,5 +1,4 @@
 /*** BEGIN file-header ***/
-#undef GTK_DISABLE_DEPRECATED
 #include "gtk.h"
 #include "gtkprivate.h"
 
diff --git a/modules/other/gail/gailprogressbar.c b/modules/other/gail/gailprogressbar.c
index fcd1864..0e22764 100644
--- a/modules/other/gail/gailprogressbar.c
+++ b/modules/other/gail/gailprogressbar.c
@@ -21,8 +21,6 @@
 
 #include <string.h>
 
-#undef GTK_DISABLE_DEPRECATED
-
 #include <gtk/gtk.h>
 
 #include "gailprogressbar.h"
diff --git a/tests/testinput.c b/tests/testinput.c
index 1f00c18..4d4a1b9 100644
--- a/tests/testinput.c
+++ b/tests/testinput.c
@@ -24,8 +24,6 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#undef GTK_DISABLE_DEPRECATED
-
 #include "config.h"
 #include <stdio.h>
 #include "gtk/gtk.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]