Remove some unused variables

svn-id: r44853
This commit is contained in:
Max Horn 2009-10-09 22:21:45 +00:00
parent 99111f0ffd
commit d0876b06ed
9 changed files with 2 additions and 11 deletions

View file

@ -549,7 +549,6 @@ void HotspotDataList::saveToStream(WriteStream *stream) {
void HotspotDataList::loadFromStream(ReadStream *stream) {
Resources &res = Resources::getReference();
iterator i;
uint16 hotspotId = stream->readUint16LE();
while (hotspotId != 0) {
HotspotData *hotspot = res.getHotspot(hotspotId);