diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-01-12 13:52:41 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-01-12 13:52:41 -0800 |
commit | 4bb49ad70f5918ba736a229bce75c9e414fd9a89 (patch) | |
tree | 160f7bc38ccbdd5073dbdebc693ea11e21dfba95 /android-project | |
parent | bac790d9b0e6afaa622b5af5c8f7b83278f99ac5 (diff) |
A bit of cleanup in the Android driver
Diffstat (limited to 'android-project')
-rw-r--r-- | android-project/src/org/libsdl/app/SDLActivity.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/android-project/src/org/libsdl/app/SDLActivity.java b/android-project/src/org/libsdl/app/SDLActivity.java index dff571f91d..c902d107ca 100644 --- a/android-project/src/org/libsdl/app/SDLActivity.java +++ b/android-project/src/org/libsdl/app/SDLActivity.java @@ -158,12 +158,6 @@ public class SDLActivity extends Activity { } } } - - - - - - } |