[evolution/gtk3] Temporarily remove GDK_DISABLE_DEPRECATED (again).



commit 0b2d39e227dece530cb32d29f1c86eeb720ae1f6
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Dec 27 13:33:42 2010 -0500

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

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 76ebbef..0c6b879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,13 +66,10 @@ m4_define([gtkimageview_minimum_version], [2.0])
 dnl ******************************
 dnl Compiler Warning Flags
 dnl ******************************
-dnl GDK_DISABLE_DEPRECATED is excluded until
-dnl we can port the GDK drawing code to cairo.
 AS_COMPILER_FLAGS(WARNING_FLAGS,
 	"-DG_DISABLE_DEPRECATED
 	-DPANGO_DISABLE_DEPRECATED
 	-DGDK_PIXBUF_DISABLE_DEPRECATED
-	-DGDK_DISABLE_DEPRECATED
 	-DEDS_DISABLE_DEPRECATED
 	-DG_DISABLE_SINGLE_INCLUDES
 	-DGTK_DISABLE_SINGLE_INCLUDES



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