Skip to content

Commit

Permalink
Removed unused variable from Java class for Android.
Browse files Browse the repository at this point in the history
The audio thread was moved to native side and "protected" prevented a warning.
  • Loading branch information
philippwiesemann committed Jan 26, 2014
1 parent 6234415 commit 0374756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -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
Expand Down

0 comments on commit 0374756

Please sign in to comment.