From 0bb90cb380009c9e937e83024fa45e759cb8f49d Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 3 Jul 2010 21:59:49 -0500 Subject: [PATCH] remove unused --- Themes/_fallback/Scripts/01 compat.lua | 20 -------------------- 1 file changed, 20 deletions(-) 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