Android: Fixed unused variable warning.

This commit is contained in:
Philipp Wiesemann
2015-09-05 20:21:35 +02:00
parent bb625edb1b
commit 2e96b9d137

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