diff options
author | Tor Lillqvist <tml@novell.com> | 2006-10-28 23:37:18 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-10-28 23:37:18 +0000 |
commit | 957d8c2fdabfb9c16bba09e88b6b622cc3bb8a63 (patch) | |
tree | d533f2d353f7d882d04a97cdcb5a570fb208b594 /gdk-pixbuf/pixbufloader_ico.def | |
parent | c88087b694bff9bf1c7cb533fa675dfbf8a7c976 (diff) | |
download | gtk+-957d8c2fdabfb9c16bba09e88b6b622cc3bb8a63.tar.gz |
pixbufloader_*.def Remove pixbufloader_*.def, they are not used. (#365388)
2006-10-29 Tor Lillqvist <tml@novell.com>
* pixbufloader_*.def
* Makefile.am (EXTRA_DIST): Remove pixbufloader_*.def, they are
not used. (#365388) They were all identical, and exported just two
symbols, so if somebody needs them for a MSVC build that doesn't
use built-in modules it's trivial to hack makefile.msc to produce
a common .def file for the loaders. The two symbols that need to
be exported are fill_info and fill_vtable.
Diffstat (limited to 'gdk-pixbuf/pixbufloader_ico.def')
-rw-r--r-- | gdk-pixbuf/pixbufloader_ico.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk-pixbuf/pixbufloader_ico.def b/gdk-pixbuf/pixbufloader_ico.def deleted file mode 100644 index 9044f08971..0000000000 --- a/gdk-pixbuf/pixbufloader_ico.def +++ /dev/null @@ -1,3 +0,0 @@ -EXPORTS - fill_vtable - fill_info |