Selaa lähdekoodia

SDK:
- remove MotionSensor stuff from AbstractCameraController

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9652 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 13 vuotta sitten
vanhempi
commit
b614674526

+ 0 - 4
jme3-core/src/com/jme3/gde/core/scene/controller/AbstractCameraController.java

@@ -40,7 +40,6 @@ import com.jme3.input.controls.AnalogListener;
 import com.jme3.input.event.JoyAxisEvent;
 import com.jme3.input.event.JoyButtonEvent;
 import com.jme3.input.event.KeyInputEvent;
-import com.jme3.input.event.MotionSensorEvent;
 import com.jme3.input.event.MouseButtonEvent;
 import com.jme3.input.event.MouseMotionEvent;
 import com.jme3.input.event.TouchEvent;
@@ -449,9 +448,6 @@ public abstract class AbstractCameraController extends AbstractAppState implemen
     public void onTouchEvent(TouchEvent evt) {
     }
     
-    public void onMotionSensorEvent(MotionSensorEvent evt) {
-    }
-    
     /**
      * APPSTATE*
      */