removed dead crap from Chrome

This commit is contained in:
Chris Forbes
2010-03-15 12:38:43 +13:00
parent 7935d17f47
commit 0728786aee

View File

@@ -50,9 +50,6 @@ namespace OpenRA
bool optionsPressed = false;
// Buttons
readonly Animation repairButton;
readonly Animation sellButton;
readonly Animation pwrdownButton;
readonly Animation optionsButton;
// Build Palette tabs
@@ -101,15 +98,6 @@ namespace OpenRA
rgbaRenderer = new SpriteRenderer(renderer, true, renderer.RgbaSpriteShader);
lineRenderer = new LineRenderer(renderer);
shpRenderer = new SpriteRenderer(renderer, true, renderer.WorldSpriteShader);
repairButton = new Animation("repair");
repairButton.PlayRepeating("normal");
sellButton = new Animation("sell");
sellButton.PlayRepeating("normal");
pwrdownButton = new Animation("repair");
pwrdownButton.PlayRepeating("normal");
optionsButton = new Animation("tabs");
optionsButton.PlayRepeating("left-normal");