Remove some unused variables
svn-id: r44853
This commit is contained in:
parent
99111f0ffd
commit
d0876b06ed
9 changed files with 2 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue