Skip to content

Commit

Permalink
cleaning up unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanl committed Feb 5, 2012
1 parent b49e74e commit 402ba90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/com/osesm/randy/framework/Simulation.java
Expand Up @@ -11,13 +11,9 @@
import android.opengl.GLSurfaceView.Renderer;
import android.os.Bundle;
import android.util.Log;
import android.widget.RelativeLayout;
import android.widget.RelativeLayout.LayoutParams;

import com.osesm.randy.framework.gl.ShaderCompiler;
import com.osesm.randy.framework.gl.Visual;
import com.osesm.randy.lab.FPSView;
import com.osesm.randy.lab.R;

public abstract class Simulation extends Activity implements Renderer {

Expand Down

0 comments on commit 402ba90

Please sign in to comment.