summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h
index 5506bbb1..f8bfb4d9 100644
--- a/src/main.h
+++ b/src/main.h
@@ -26,8 +26,6 @@
#include <string>
-class Sound;
-
#if (defined __USE_UNIX98 || defined __FreeBSD__)
#include "../config.h"
#elif defined WIN32
@@ -70,6 +68,5 @@ enum {
extern char n_server, n_character;
extern unsigned char state;
extern std::string errorMessage;
-extern Sound sound;
#endif