summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/sound.h b/src/sound.h
index c30ef7cd..2e43ef37 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -27,7 +27,6 @@
#else
#include <SDL_mixer.h>
#endif
-#include <string>
#include <string>
@@ -35,16 +34,10 @@
*
* \ingroup CORE
*/
-class Sound {
+class Sound
+{
public:
- /**
- * Constructor.
- */
Sound();
-
- /**
- * Destructor.
- */
~Sound();
/**