diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-07-09 20:56:23 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-07-09 20:58:00 -0400 |
commit | 3ca612e0307cea523ee75910f4f4649f031f598d (patch) | |
tree | 39e4735cd965fa291ab65260478398d98c15b08a /gdk-pixbuf/io-qtif.c | |
parent | 866cb727612f8d9c086f28f5b26f4c1af2e597e5 (diff) | |
download | gdk-pixbuf-3ca612e0307cea523ee75910f4f4649f031f598d.tar.gz |
Replace the aliasing hacks by -Bsymbolic-functions
This is copying similar changes from glib.
Diffstat (limited to 'gdk-pixbuf/io-qtif.c')
-rw-r--r-- | gdk-pixbuf/io-qtif.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk-pixbuf/io-qtif.c b/gdk-pixbuf/io-qtif.c index ef74e0dec..667264049 100644 --- a/gdk-pixbuf/io-qtif.c +++ b/gdk-pixbuf/io-qtif.c @@ -34,10 +34,6 @@ #include "gdk-pixbuf.h" #include "gdk-pixbuf-private.h" -#ifdef INCLUDE_qtif -#include "gdk-pixbuf-alias.h" -#endif - /*** * Definitions */ |