diff --git a/stepmania/src/arch/Sound/RageSoundDriver.h b/stepmania/src/arch/Sound/RageSoundDriver.h index af91416702..d8de8642a3 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver.h +++ b/stepmania/src/arch/Sound/RageSoundDriver.h @@ -12,7 +12,6 @@ class RageTimer; class RageSoundMixBuffer; static const int samples_per_block = 512; -#define RageSound_Generic_Software RageSoundDriver class RageSoundDriver: public RageDriver { public: diff --git a/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp b/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp index 806fee8ed8..ea01de7891 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_Null.cpp @@ -18,7 +18,7 @@ void RageSoundDriver_Null::Update() m_iLastCursorPos += 256; } - RageSound_Generic_Software::Update(); + RageSoundDriver::Update(); } int64_t RageSoundDriver_Null::GetPosition() const