Skip to content

Commit

Permalink
TONY: Remove unused stubs for LZO compression
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 18, 2012
1 parent 565bf73 commit 0aa3d39
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions engines/tony/mpal/lzo.cpp
Expand Up @@ -506,19 +506,6 @@ int lzo1x_decompress(const byte *in , uint32 in_len, byte *out, uint32 *out_len)
#endif
}

int lzo1x_1_compress(const byte *src, uint32 src_len, byte *dst, uint32 *dst_len, void *wrkmem) {
warning("TODO: lzo1x_1_compress");
return 0;
}

/**
* better compression ratio at the cost of more memory and time
*/
int lzo1x_999_compress(const byte *src, uint32 src_len, byte *dst, uint32 *dst_len, void *wrkmem) {
warning("TODO: lzo1x_999_compress");
return 0;
}

} // end of namespace MPAL

} // end of namespace Tony

0 comments on commit 0aa3d39

Please sign in to comment.