summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-05 19:00:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-05 19:00:14 -0500
commit53b67b9a7209bf187c2609e15fcb4ee4ee127e53 (patch)
tree51a2162f654c17ad4d1c312d1cc6ce7fe13f98a3 /configure.ac
parent2e064b337881a326dd84f78f115d74ceb3034eb9 (diff)
downloadgtk+-53b67b9a7209bf187c2609e15fcb4ee4ee127e53.tar.gz
Drop the G_SEAL definition from gdkconfig.h
All sealed members removed. Yay!
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index ae75d1e532..31246415f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1546,15 +1546,6 @@ AC_CONFIG_COMMANDS([gdk/gdkconfig.h], [
G_BEGIN_DECLS
-#ifndef GSEAL
-/* introduce GSEAL() here for all of Gdk and Gtk+ without the need to modify GLib */
-# ifdef GSEAL_ENABLE
-# define GSEAL(ident) _g_sealed__ ## ident
-# else
-# define GSEAL(ident) ident
-# endif
-#endif /* !GSEAL */
-
_______EOF
cat >>$outfile <<_______EOF