[gtk+] Clean up the pre-configured gdkconfig.h.win32
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Clean up the pre-configured gdkconfig.h.win32
- Date: Tue, 28 May 2013 05:04:47 +0000 (UTC)
commit 8b15b4415c4edc9d223a77010b9daf8fa5a91010
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue May 28 13:04:37 2013 +0800
Clean up the pre-configured gdkconfig.h.win32
The deprecation macros are now defined in gdkversionmacros.h, so remove
them from gdkconfig.h.win32 to avoid macro redefinition warnings.
gdk/gdkconfig.h.win32 | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/gdk/gdkconfig.h.win32 b/gdk/gdkconfig.h.win32
index 13022e8..c941eb8 100644
--- a/gdk/gdkconfig.h.win32
+++ b/gdk/gdkconfig.h.win32
@@ -14,19 +14,6 @@
G_BEGIN_DECLS
-/* These macros are used to mark deprecated functions in GDK and
- * GTK+ headers, and thus have to be exposed in installed headers.
- * But please do *not* use them in other projects. Instead, use
- * G_DEPRECATED or define your own wrappers around it.
- */
-
-#ifdef GDK_DISABLE_DEPRECATION_WARNINGS
-#define GDK_DEPRECATED
-#define GDK_DEPRECATED_FOR(f)
-#else
-#define GDK_DEPRECATED G_DEPRECATED
-#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f)
-#endif
#define GDK_WINDOWING_WIN32
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]