aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal
diff options
context:
space:
mode:
authorStrangerke2014-03-01 16:50:02 +0100
committerStrangerke2014-03-01 16:50:02 +0100
commit2218d14fb5276724c757406d5ac1ec581160721b (patch)
treebefd293c25d554460986ea96f20cd6e60d807d7c /engines/tony/mpal
parent9d8477b87d3e0a968a9f85b2bf2f403f490b9988 (diff)
downloadscummvm-rg350-2218d14fb5276724c757406d5ac1ec581160721b.tar.gz
scummvm-rg350-2218d14fb5276724c757406d5ac1ec581160721b.tar.bz2
scummvm-rg350-2218d14fb5276724c757406d5ac1ec581160721b.zip
TONY: Remove unused error defines
Diffstat (limited to 'engines/tony/mpal')
-rw-r--r--engines/tony/mpal/lzo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/tony/mpal/lzo.h b/engines/tony/mpal/lzo.h
index a95a14b267..172900f053 100644
--- a/engines/tony/mpal/lzo.h
+++ b/engines/tony/mpal/lzo.h
@@ -75,16 +75,8 @@ namespace MPAL {
* normal events.
*/
#define LZO_E_OK 0
-#define LZO_E_ERROR (-1)
-#define LZO_E_OUT_OF_MEMORY (-2) /* [lzo_alloc_func_t failure] */
-#define LZO_E_NOT_COMPRESSIBLE (-3) /* [not used right now] */
#define LZO_E_INPUT_OVERRUN (-4)
-#define LZO_E_OUTPUT_OVERRUN (-5)
-#define LZO_E_LOOKBEHIND_OVERRUN (-6)
-#define LZO_E_EOF_NOT_FOUND (-7)
#define LZO_E_INPUT_NOT_CONSUMED (-8)
-#define LZO_E_NOT_YET_IMPLEMENTED (-9) /* [not used right now] */
-#define LZO_E_INVALID_ARGUMENT (-10)
/**
* Decompresses an LZO compressed resource