[Scummvm-git-logs] scummvm master -> f0554f148aa04235ba8f8ddafa2445d58c4bde8c
bluegr
bluegr at gmail.com
Mon Mar 15 11:20:56 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f0554f148a LURE: Remove unused private member
Commit: f0554f148aa04235ba8f8ddafa2445d58c4bde8c
https://github.com/scummvm/scummvm/commit/f0554f148aa04235ba8f8ddafa2445d58c4bde8c
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-03-15T13:20:52+02:00
Commit Message:
LURE: Remove unused private member
Detected by Clang.
Changed paths:
engines/lure/sound.h
diff --git a/engines/lure/sound.h b/engines/lure/sound.h
index f541d2319d..20bba1c4da 100644
--- a/engines/lure/sound.h
+++ b/engines/lure/sound.h
@@ -121,7 +121,6 @@ private:
ChannelEntry _channelsInner[NUM_CHANNELS];
bool _channelsInUse[NUM_CHANNELS];
bool _sourcesInUse[LURE_MAX_SOURCES];
- bool _isPlaying;
bool _nativeMT32;
bool _isRoland;
Common::Mutex _soundMutex;
More information about the Scummvm-git-logs
mailing list