diff options
author | Jonathan Gray | 2004-01-10 03:58:22 +0000 |
---|---|---|
committer | Jonathan Gray | 2004-01-10 03:58:22 +0000 |
commit | ab7db8fb045d36dfcd1d5eb709c0ccc64298512d (patch) | |
tree | 7d5da92a71d7e96cee070d732f6616c8730eb59d /scumm/imuse_digi | |
parent | 1f04d5a7cdddb06b6e28ddc6938b15424f210528 (diff) | |
download | scummvm-rg350-ab7db8fb045d36dfcd1d5eb709c0ccc64298512d.tar.gz scummvm-rg350-ab7db8fb045d36dfcd1d5eb709c0ccc64298512d.tar.bz2 scummvm-rg350-ab7db8fb045d36dfcd1d5eb709c0ccc64298512d.zip |
remove unused vars
svn-id: r12288
Diffstat (limited to 'scumm/imuse_digi')
-rw-r--r-- | scumm/imuse_digi/dimuse.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/imuse_digi/dimuse.cpp b/scumm/imuse_digi/dimuse.cpp index 779ee89028..5a131b016c 100644 --- a/scumm/imuse_digi/dimuse.cpp +++ b/scumm/imuse_digi/dimuse.cpp @@ -577,7 +577,6 @@ int IMuseDigital::getSoundStatus(int sound) const { } void IMuseDigital::getLipSync(int soundId, int syncId, int32 msPos, int32 &width, int32 &height) { - int32 param1 = 0, param2 = 0; int32 sync_size; byte *sync_ptr; |