gdk: Remove GTK_COMPILATION checks from headers

Now that gtk doesn't compile with GDK_DISABLE_DEPRECATED anymore,
they're not needed.
This commit is contained in:
Benjamin Otte
2011-01-03 19:03:33 +01:00
parent 79b4c34a8f
commit 882db1cf5f
4 changed files with 5 additions and 8 deletions

View File

@ -24,7 +24,7 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#if !defined(GDK_DISABLE_DEPRECATED) || defined(GDK_COMPILATION) || defined(GTK_COMPILATION)
#if !defined(GDK_DISABLE_DEPRECATED) || defined(GDK_COMPILATION)
#ifndef __GDK_FONT_H__
#define __GDK_FONT_H__