From 707e9a403bb4ce25a8cec15d92a48c3c23dddb1e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 27 Apr 2004 09:53:44 +0000 Subject: Fixed warning by removing unused variable. svn-id: r13650 --- scumm/imuse_digi/dimuse_sndmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/imuse_digi/dimuse_sndmgr.cpp b/scumm/imuse_digi/dimuse_sndmgr.cpp index 10096973e9..fb813c73a4 100644 --- a/scumm/imuse_digi/dimuse_sndmgr.cpp +++ b/scumm/imuse_digi/dimuse_sndmgr.cpp @@ -85,7 +85,7 @@ void ImuseDigiSndMgr::prepareSound(byte *ptr, int slot) { int len; int32 offset = READ_LE_UINT16(ptr + 20); - int16 version = READ_LE_UINT16(ptr + 22); + /* int16 version = */ READ_LE_UINT16(ptr + 22); int16 code = READ_LE_UINT16(ptr + 24); _sounds[slot].region = (_region *)malloc(sizeof(_region) * 70); -- cgit v1.2.3