Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed not needed import statements from Java file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Apr 27, 2013
1 parent 52f13e5 commit 460575e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -3,7 +3,6 @@
import javax.microedition.khronos.egl.EGL10;
import javax.microedition.khronos.egl.EGLConfig;
import javax.microedition.khronos.egl.EGLContext;
import javax.microedition.khronos.opengles.GL10;
import javax.microedition.khronos.egl.*;

import android.app.*;
Expand All @@ -17,13 +16,8 @@
import android.os.*;
import android.util.Log;
import android.graphics.*;
import android.text.method.*;
import android.text.*;
import android.media.*;
import android.hardware.*;
import android.content.*;

import java.lang.*;


/**
Expand Down

0 comments on commit 460575e

Please sign in to comment.