diff --git a/cockatrice/src/soundengine.cpp b/cockatrice/src/soundengine.cpp index dcb41b7e..9686ecef 100644 --- a/cockatrice/src/soundengine.cpp +++ b/cockatrice/src/soundengine.cpp @@ -171,8 +171,7 @@ void SoundEngine::themeChangedSlot() // Spectator << "spectator_join" << "spectator_leave" // Chat & UI - << "chat_mention" << "all_mention" << "private_message" - << "end_step" << "tap" << "player_joined" << "attack"; + << "chat_mention" << "all_mention" << "private_message"; for (int i = 0; i < fileNames.size(); ++i) { if(!dir.exists(fileNames[i] + ".wav"))