Procházet zdrojové kódy

Android: Fixed unused variable warning.

Philipp Wiesemann před 9 roky
rodič
revize
a4a5483faf

+ 0 - 1
android-project/src/org/libsdl/app/SDLActivity.java

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