Navigation Menu

Skip to content

Commit

Permalink
Android: Fixed unused variable warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Sep 5, 2015
1 parent 2b6f642 commit a4a5483
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 @@ -1598,7 +1598,6 @@ class SDLGenericMotionListener_API12 implements View.OnGenericMotionListener {
@Override
public boolean onGenericMotion(View v, MotionEvent event) {
float x, y;
int mouseButton;
int action;

switch ( event.getSource() ) {
Expand Down

0 comments on commit a4a5483

Please sign in to comment.