[Scummvm-cvs-logs] scummvm master -> 2218d14fb5276724c757406d5ac1ec581160721b

Strangerke Strangerke at scummvm.org
Sat Mar 1 16:51:41 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2218d14fb5 TONY: Remove unused error defines


Commit: 2218d14fb5276724c757406d5ac1ec581160721b
    https://github.com/scummvm/scummvm/commit/2218d14fb5276724c757406d5ac1ec581160721b
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-03-01T07:50:02-08:00

Commit Message:
TONY: Remove unused error defines

Changed paths:
    engines/tony/mpal/lzo.h



diff --git a/engines/tony/mpal/lzo.h b/engines/tony/mpal/lzo.h
index a95a14b..172900f 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






More information about the Scummvm-git-logs mailing list