diff --git a/stepmania/src/UnlockSystem.cpp b/stepmania/src/UnlockSystem.cpp index c6f4a25f78..36d43a1b9f 100644 --- a/stepmania/src/UnlockSystem.cpp +++ b/stepmania/src/UnlockSystem.cpp @@ -259,5 +259,3 @@ float UnlockSystem::NumPointsUntilNextUnlock() if (fSmallestPoints == 400000000) return 0; // no match found return fSmallestPoints - PREFSMAN->m_fDancePointsAccumulated; } - -