Removed some commented lines.

This commit is contained in:
Deathsbreed 2014-05-31 17:42:09 -05:00
parent a05307f38a
commit b78d4eef85

View File

@ -20,9 +20,7 @@ public class SimPanel extends JPanel implements Runnable, KeyListener {
// Graphics/Framework items
private Thread gameloop;
//private BufferedImage backbuffer;
private Graphics2D g2d;
//private AffineTransform identity = new AffineTransform();
// The Ship
private Ship ship;