diff --git a/Themes/default/Scripts/00 ThemeInfo.lua b/Themes/default/Scripts/00 ThemeInfo.lua index fe0758b76a..3ccc0168cb 100644 --- a/Themes/default/Scripts/00 ThemeInfo.lua +++ b/Themes/default/Scripts/00 ThemeInfo.lua @@ -5,15 +5,4 @@ themeInfo = { Version = "v0.00", Date = "00000000", Internal = "dev 00000000-0000 | i0000", -}; - --- VersionCheck() --- Checks the version of StepMania in a fashion that (hopefully) --- all SM4 versions can understand. Returns true if not SVN. -function VersionCheck() - local r = SortOrder:Reverse(); - if r['SortOrder_Roulette'] ~= 18 then return true; end; - - -- fallthrough; we should get here if using SVN. - return false; -end; \ No newline at end of file +}; \ No newline at end of file