summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/zlibutils.cpp
diff options
context:
space:
mode:
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)