Android: Fixed unused variable warning.

This commit is contained in:
Philipp Wiesemann 2015-09-05 20:21:35 +02:00
parent 2b6f64220a
commit a4a5483faf
1 changed files with 0 additions and 1 deletions

View File

@ -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() ) {