diff options
| author | Jonathan Gray | 2003-09-02 22:35:36 +0000 |
|---|---|---|
| committer | Jonathan Gray | 2003-09-02 22:35:36 +0000 |
| commit | fee1cc04eaad2ade518ce8c1967fb21a32b6035a (patch) | |
| tree | 0c0d0f5b1a1695f3cc45109a52a653f223a32e31 | |
| parent | 534fc0f7a258f8570002c3c794c395eb04c580b4 (diff) | |
| download | scummvm-rg350-fee1cc04eaad2ade518ce8c1967fb21a32b6035a.tar.gz scummvm-rg350-fee1cc04eaad2ade518ce8c1967fb21a32b6035a.tar.bz2 scummvm-rg350-fee1cc04eaad2ade518ce8c1967fb21a32b6035a.zip | |
remove unused variable
svn-id: r9978
| -rw-r--r-- | scumm/imuse_digi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_digi.cpp b/scumm/imuse_digi.cpp index 763f5fd186..280ba51e94 100644 --- a/scumm/imuse_digi.cpp +++ b/scumm/imuse_digi.cpp @@ -714,7 +714,7 @@ IMuseDigital::~IMuseDigital() { } void IMuseDigital::handler() { - int l = 0, i = 0; + int l = 0; if (_pause) return; |
