diff --git a/Themes/_fallback/Scripts/01 compat.lua b/Themes/_fallback/Scripts/01 compat.lua index 077e727616..903cbb7e96 100644 --- a/Themes/_fallback/Scripts/01 compat.lua +++ b/Themes/_fallback/Scripts/01 compat.lua @@ -63,24 +63,4 @@ end if ScreenMetric then ScreenMetric = Screen.Metric -end - --- SM4SVN r28330: "add IsFullCombo bindings" - Chris Danford --- Unfortunately we already bound FullComboOfScore(tns), meaning we're not --- going to go back and redefine bindings that match it. Alias them instead --- for any themes expecting to use them: -function PlayerStageStats:IsFullComboW1() - return self:FullComboOfScore('TapNoteScore_W1') -end - -function PlayerStageStats:IsFullComboW2() - return self:FullComboOfScore('TapNoteScore_W2') -end - -function PlayerStageStats:IsFullComboW3() - return self:FullComboOfScore('TapNoteScore_W3') -end - -function PlayerStageStats:IsFullComboW4() - return self:FullComboOfScore('TapNoteScore_W4') end \ No newline at end of file