Kaynağa Gözat

Removed unused variable from Java class for Android.

The audio thread was moved to native side and "protected" prevented a warning.
Philipp Wiesemann 11 yıl önce
ebeveyn
işleme
037475670f

+ 0 - 1
android-project/src/org/libsdl/app/SDLActivity.java

@@ -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