remove unused

This commit is contained in:
AJ Kelly
2010-07-03 21:59:49 -05:00
parent a1cd8501b9
commit 0bb90cb380
-20
View File
@@ -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