From 481254543d8baa596ee062840e007f0952dfac86 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 30 Jan 2005 14:23:53 +0000 Subject: Sounds is now available for those on Windows. --- src/gui/setup.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 6f7feb8f..6305d56a 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -35,10 +35,6 @@ #include "ok_dialog.h" #include "../main.h" -#ifndef WIN32 -extern Sound sound; -#endif /* no WIN32 */ - struct Modes { int height, width; char *desc; @@ -184,7 +180,6 @@ void Setup::action(const std::string& eventId) } // Sound settings -#ifndef WIN32 if (soundCheckBox->isMarked()) { config.setValue("sound",1); try { @@ -198,7 +193,6 @@ void Setup::action(const std::string& eventId) config.setValue("sound", 0); sound.close(); } -#endif /* not WIN32 */ } else if (eventId == "cancel") { setVisible(false); } -- cgit v1.2.3-70-g09d2