mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-10 20:06:27 +00:00
Removed unused variable from Java class for Android.
The audio thread was moved to native side and "protected" prevented a warning.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user