From 8619fd0b0d419f0f936e100b456bbebefcbdc780 Mon Sep 17 00:00:00 2001 From: Michael Votaw Date: Wed, 19 Feb 2025 14:41:53 -0600 Subject: [PATCH] Remove duplicated declaration of MinimziedChartString(); --- src/Steps.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Steps.h b/src/Steps.h index 535b306c1d..b9c2ee1dca 100644 --- a/src/Steps.h +++ b/src/Steps.h @@ -150,9 +150,6 @@ public: const RString GetGrooveStatsHash() const; int GetGrooveStatsHashVersion() const; - /** @brief Produces a chart that's reduced to it's smallest unique representable form. */ - RString MinimizedChartString(); - void ChangeFilenamesForCustomSong(); void SetLoadedFromProfile( ProfileSlot slot ) { m_LoadedFromProfile = slot; }