diff options
-rw-r--r-- | engines/sherlock/scalpel/scalpel_darts.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_darts.cpp b/engines/sherlock/scalpel/scalpel_darts.cpp index 2ec86bf7fb..37de92c79c 100644 --- a/engines/sherlock/scalpel/scalpel_darts.cpp +++ b/engines/sherlock/scalpel/scalpel_darts.cpp @@ -377,7 +377,6 @@ void Darts::erasePowerBars() { int Darts::doPowerBar(const Common::Point &pt, byte color, int goToPower, bool isVertical) { Events &events = *_vm->_events; Screen &screen = *_vm->_screen; - Music &music = *_vm->_music; bool done; int idx = 0; |