浏览代码

Android: Removed outdated comment from source.

Philipp Wiesemann 10 年之前
父节点
当前提交
37672303d3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      android-project/src/org/libsdl/app/SDLActivity.java

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

@@ -1508,7 +1508,6 @@ class SDLJoystickHandler_API12 extends SDLJoystickHandler {
 
 class SDLGenericMotionListener implements View.OnGenericMotionListener {
     // Generic Motion (mouse hover, joystick...) events go here
-    // We only have joysticks yet
     @Override
     public boolean onGenericMotion(View v, MotionEvent event) {
         float x, y;