summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/zlibutils.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-20 13:44:12 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-20 13:44:12 +0000
commitb94970f6f79980a9b386cf499da31880006247b0 (patch)
treeeabcf286619c16645ec4b6303bd8696b84b60978 /tools/tmxcopy/zlibutils.cpp
parenta49b45b9778208f4e3456a52c74554143974837b (diff)
downloadmana-b94970f6f79980a9b386cf499da31880006247b0.tar.gz
mana-b94970f6f79980a9b386cf499da31880006247b0.tar.bz2
mana-b94970f6f79980a9b386cf499da31880006247b0.tar.xz
mana-b94970f6f79980a9b386cf499da31880006247b0.zip
Merged revisions 3955-3960 via svnmerge from
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3955 | b_lindeijer | 2008-03-07 12:34:10 +0100 (Fri, 07 Mar 2008) | 2 lines Moved dynamically released data to its own module (tmwdata). ........ r3958 | crush_tmw | 2008-03-08 09:21:42 +0100 (Sat, 08 Mar 2008) | 1 line Fixed some width/height mixups in TMXCopy. ........ r3960 | b_lindeijer | 2008-03-08 12:19:13 +0100 (Sat, 08 Mar 2008) | 2 lines Forgot to also remove the maps. ........
Diffstat (limited to 'tools/tmxcopy/zlibutils.cpp')
-rw-r--r--tools/tmxcopy/zlibutils.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/tmxcopy/zlibutils.cpp b/tools/tmxcopy/zlibutils.cpp
index 30c762b2..9145f459 100644
--- a/tools/tmxcopy/zlibutils.cpp
+++ b/tools/tmxcopy/zlibutils.cpp
@@ -109,8 +109,6 @@ inflateMemory(unsigned char *in, unsigned int inLength,
}
/*
- * This function doesn't work like it should. The output is not decompressable.
- */
int
compressMemory(unsigned char *in, unsigned int inLength,
unsigned char *&out, unsigned int &outLength)