[gtkhtml/gtk3] Temporarily remove GDK_DISABLE_DEPRECATED.



commit 95bb455a89dbfe4da71735f360cabf69476e89b9
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Dec 27 13:26:35 2010 -0500

    Temporarily remove GDK_DISABLE_DEPRECATED.
    
    GTK+ 2.91 is deprecating API we still use, and I'm not gonna deal with
    that until after GNOME 3.0.

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eeff8c6..edd20e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,6 @@ if test "x${enable_deprecated_flags}" = "xyes"; then
 	AS_COMPILER_FLAGS(DEPRECATED_WARNING_FLAGS,
 		"-DG_DISABLE_DEPRECATED
 		-DPANGO_DISABLE_DEPRECATED
-		-DGDK_DISABLE_DEPRECATED
 		-DGDK_PIXBUF_DISABLE_DEPRECATED
 		-DGNOME_DISABLE_DEPRECATED")
 	AC_SUBST(WARNING_FLAGS)



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