Removed unused variable from Java class for Android.

The audio thread was moved to native side and "protected" prevented a warning.
Philipp Wiesemann 2014-01-26 23:50:35 +01:00
parent 6234415872
commit 037475670f
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ public class SDLActivity extends Activity {
protected static Thread mSDLThread;
// Audio
protected static Thread mAudioThread;
protected static AudioTrack mAudioTrack;
// Load the .so