diff options
author | Sven Gothel <[email protected]> | 2012-03-10 05:55:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-10 05:55:52 +0100 |
commit | 558a674f5ed727be1536cffd882d43458ce47a37 (patch) | |
tree | bf2fee28995df514162884797465284ed43f33b6 /src/android | |
parent | 95aa933182a6e5c989285b2cb7f7d35aa0f2aa62 (diff) |
Android: Minor cleanup ; NewtBaseActivity: clear static context at destroy
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java b/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java index 3120fc73e..14f074c0c 100644 --- a/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java +++ b/src/android/com/jogamp/android/launcher/NEWTLauncherActivity.java @@ -33,8 +33,6 @@ import java.lang.reflect.Method; import android.app.Activity; import android.os.Bundle; -import android.view.Window; -import android.view.WindowManager; import android.widget.TextView; import android.util.Log; |