[Scummvm-cvs-logs] scummvm-tools master -> 7ac240e19071eacab78aca37bbb96a5bed85d4c2

Strangerke Strangerke at scummvm.org
Tue Jan 5 00:38:34 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
7ac240e190 TOOLS: compress_tony_vdb - Remove a useless variable


Commit: 7ac240e19071eacab78aca37bbb96a5bed85d4c2
    https://github.com/scummvm/scummvm-tools/commit/7ac240e19071eacab78aca37bbb96a5bed85d4c2
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-01-05T00:32:19+01:00

Commit Message:
TOOLS: compress_tony_vdb - Remove a useless variable

Changed paths:
    engines/tony/compress_tony_vdb.cpp



diff --git a/engines/tony/compress_tony_vdb.cpp b/engines/tony/compress_tony_vdb.cpp
index 431ddfd..d8f59b6 100644
--- a/engines/tony/compress_tony_vdb.cpp
+++ b/engines/tony/compress_tony_vdb.cpp
@@ -87,7 +87,6 @@ int16 CompressTonyVDB::decodeIMA(byte code, int channel) {
 /* Converts ADPCM-data sample in input_adp to requested dataformat and writes to output_smp */
 /* Quick hack together from adpcm.cpp */
 bool CompressTonyVDB::convertTonyADPCMSample() {
-	uint32 doneRead = 0;
 	Common::File curFileHandle;
 
 	int decodedSampleCount = 0;






More information about the Scummvm-git-logs mailing list