TestFancyCar: Remove unused SettingsDialog imports, allowing the Test to also run on android (no jme3-desktop dependency anymore)

revert-671-backport_changes_from_3.2
MeFisto94 8 years ago
parent 5470abb2b0
commit 479392f6fd
  1. 2
      jme3-examples/src/main/java/jme3test/bullet/TestFancyCar.java

@ -31,7 +31,6 @@
*/
package jme3test.bullet;
import com.jme3.app.SettingsDialog;
import com.jme3.app.SimpleApplication;
import com.jme3.bounding.BoundingBox;
import com.jme3.bullet.BulletAppState;
@ -52,7 +51,6 @@ import com.jme3.scene.Geometry;
import com.jme3.scene.Node;
import com.jme3.scene.Spatial;
import com.jme3.shadow.BasicShadowRenderer;
import com.jme3.system.AppSettings;
public class TestFancyCar extends SimpleApplication implements ActionListener {

Loading…
Cancel
Save