diff options
author | James Brown | 2002-10-22 10:45:49 +0000 |
---|---|---|
committer | James Brown | 2002-10-22 10:45:49 +0000 |
commit | 4dfee3016cfd0eb62893e4aa0849502d89e2d21f (patch) | |
tree | d2b3f394d61e5ed6882f5d51f5436f60cf0ca007 /scumm | |
parent | e2dc70b9e8c12b1d9fc598ae39644537e7774bd2 (diff) | |
download | scummvm-rg350-4dfee3016cfd0eb62893e4aa0849502d89e2d21f.tar.gz scummvm-rg350-4dfee3016cfd0eb62893e4aa0849502d89e2d21f.tar.bz2 scummvm-rg350-4dfee3016cfd0eb62893e4aa0849502d89e2d21f.zip |
Remove akos16 warning()
svn-id: r5233
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/akos.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 4e73a23a2d..6f8abb1365 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1311,8 +1311,6 @@ void AkosRenderer::akos16DecompressMask(byte * dest, int32 pitch, byte * src, in } void AkosRenderer::codec16() { - warning("akos_codec16"); - int32 clip_left; if(!mirror) { |