summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index e86da2b..22a5ee2 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -159,10 +159,10 @@ public:
/** Function called to cache all sound effect files.
* Function calls \link CSoundInterface::Cache() \endlink for each file
*/
- void CacheAll(const std::string &path);
+ void CacheAll();
/** Function called to add all music files to list */
- void AddMusicFiles(const std::string &path);
+ void AddMusicFiles();
/** Function called to cache sound effect file.
* This function is called by plugin interface for each file.
@@ -327,8 +327,5 @@ public:
* \return nothing
*/
virtual void StopPauseMusic();
-
-protected:
- std::string m_soundPath;
};