Skip to content

Commit

Permalink
remove legacy code from game1
Browse files Browse the repository at this point in the history
  • Loading branch information
thedeeno committed Oct 22, 2011
1 parent 0a05d9a commit 161d4d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Src/Dominion/Classes/Game1.cs
Expand Up @@ -298,12 +298,5 @@ public void startGame()

}

public void drawButtons(SpriteBatch batch)
{
foreach(var button in _entities.OfType<StoreButton>())
{
button.Draw(batch);
}
}
}
}

0 comments on commit 161d4d9

Please sign in to comment.