remove unneeded

This commit is contained in:
Glenn Maynard
2007-05-27 07:31:30 +00:00
parent 2531642710
commit b4f4ca4f5b
@@ -22,7 +22,6 @@ local function DifficultyMeter(pn)
end end
local t = Def.DifficultyMeter { local t = Def.DifficultyMeter {
Type="DifficultyMeter";
}; };
if pn == PLAYER_1 then if pn == PLAYER_1 then
@@ -179,7 +178,6 @@ local t = Def.ActorFrame {
}; };
Def.PaneDisplay { Def.PaneDisplay {
Type="PaneDisplay";
MetricsGroup="PaneDisplay"; MetricsGroup="PaneDisplay";
PlayerNumber=PLAYER_2; PlayerNumber=PLAYER_2;
InitCommand=cmd(player,PLAYER_2;playcommand,"Set";x,SCREEN_CENTER_X-47;y,SCREEN_CENTER_Y+36); InitCommand=cmd(player,PLAYER_2;playcommand,"Set";x,SCREEN_CENTER_X-47;y,SCREEN_CENTER_Y+36);