summaryrefslogtreecommitdiff
path: root/src/soundmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-07-11 12:44:51 +0300
committerAndrei Karas <akaras@inbox.ru>2013-07-11 12:44:51 +0300
commit93c54ae82e25a7fbf4616f51e265bd209241c7a2 (patch)
tree795a2f42f5ec146c96e507ea8e3576708d13920a /src/soundmanager.h
parent68f5e88eb44ed76facaa7e56cd7641b762f7ca60 (diff)
downloadplus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.gz
plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.bz2
plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.xz
plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.zip
move sound constants to separate file.
Diffstat (limited to 'src/soundmanager.h')
-rw-r--r--src/soundmanager.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/soundmanager.h b/src/soundmanager.h
index 09e424238..b66520ab1 100644
--- a/src/soundmanager.h
+++ b/src/soundmanager.h
@@ -33,17 +33,6 @@
class SDLMusic;
-static const std::string SOUND_INFO = "soundinfo";
-static const std::string SOUND_ERROR = "sounderror";
-static const std::string SOUND_REQUEST = "soundrequest";
-static const std::string SOUND_TRADE = "soundtrade";
-static const std::string SOUND_WHISPER = "soundwhisper";
-static const std::string SOUND_HIGHLIGHT = "soundhighlight";
-static const std::string SOUND_GLOBAL = "soundglobal";
-static const std::string SOUND_GUILD = "soundguild";
-static const std::string SOUND_SHOW_WINDOW = "soundshowwindow";
-static const std::string SOUND_HIDE_WINDOW = "soundhidewindow";
-
/** SoundManager
*
* \ingroup CORE