diff options
author | James Brown | 2002-10-22 10:40:19 +0000 |
---|---|---|
committer | James Brown | 2002-10-22 10:40:19 +0000 |
commit | e2dc70b9e8c12b1d9fc598ae39644537e7774bd2 (patch) | |
tree | e6bd01dadabe597ff167a1955ffba9d64d962fbf /scumm | |
parent | 88593c4a2a0060d84b9c3b7cbc5d8b22ed873642 (diff) | |
download | scummvm-rg350-e2dc70b9e8c12b1d9fc598ae39644537e7774bd2.tar.gz scummvm-rg350-e2dc70b9e8c12b1d9fc598ae39644537e7774bd2.tar.bz2 scummvm-rg350-e2dc70b9e8c12b1d9fc598ae39644537e7774bd2.zip |
Remove unused variable
svn-id: r5232
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/akos.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp index 918736f7e8..4e73a23a2d 100644 --- a/scumm/akos.cpp +++ b/scumm/akos.cpp @@ -1068,7 +1068,6 @@ void AkosRenderer::codec5() } } -static uint32 akos16_shadow_mode; static byte akos16_unk5; static int akos16_unk6; static byte akos16_mask; |