diff --git a/stepmania/Themes/default/Scripts/HelpDisplay.lua b/stepmania/Themes/default/Scripts/HelpDisplay.lua index 2f84b4ff98..3817fffb46 100644 --- a/stepmania/Themes/default/Scripts/HelpDisplay.lua +++ b/stepmania/Themes/default/Scripts/HelpDisplay.lua @@ -1,7 +1,4 @@ function HelpDisplay:setfromsongorcourse() - local Selection = GAMESTATE:GetCurrentSong() or GAMESTATE:GetCurrentCourse() - if not Selection then return end - local Artists = {} local AltArtists = {}