remove more unused imports
This commit is contained in:
parent
53eff66f9c
commit
d180917af4
@ -1,15 +1,9 @@
|
||||
package jme3test.android;
|
||||
|
||||
import com.jme3.app.SimpleApplication;
|
||||
import com.jme3.light.AmbientLight;
|
||||
import com.jme3.light.PointLight;
|
||||
import com.jme3.material.Material;
|
||||
import com.jme3.math.ColorRGBA;
|
||||
import com.jme3.math.Vector3f;
|
||||
import com.jme3.scene.Geometry;
|
||||
import com.jme3.scene.shape.Box;
|
||||
import com.jme3.scene.shape.Sphere;
|
||||
import com.jme3.util.TangentBinormalGenerator;
|
||||
|
||||
/**
|
||||
* Test case to look for images stored in the Android drawable and mipmap directories. Image files are
|
||||
|
@ -1,14 +1,10 @@
|
||||
package org.jmonkeyengine.jme3androidexamples;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
import com.jme3.app.AndroidHarnessFragment;
|
||||
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.LogManager;
|
||||
|
||||
import static org.jmonkeyengine.jme3androidexamples.MainActivity.*;
|
||||
|
||||
/**
|
||||
* A placeholder fragment containing a jME GLSurfaceView.
|
||||
*/
|
||||
|
@ -1,6 +1,5 @@
|
||||
package org.jmonkeyengine.jme3androidexamples;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
import android.content.pm.ApplicationInfo;
|
||||
import android.os.Bundle;
|
||||
|
@ -1,9 +1,8 @@
|
||||
package org.jmonkeyengine.jme3androidexamples;
|
||||
|
||||
import android.app.FragmentTransaction;
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.view.Menu;
|
||||
import android.view.MenuInflater;
|
||||
import android.view.MenuItem;
|
||||
|
@ -32,7 +32,6 @@
|
||||
package com.jme3.input.event;
|
||||
|
||||
import com.jme3.input.InputManager;
|
||||
import com.jme3.input.Joystick;
|
||||
import com.jme3.input.JoystickAxis;
|
||||
|
||||
/**
|
||||
|
@ -39,7 +39,6 @@ import com.jme3.light.LightList;
|
||||
import com.jme3.material.RenderState.BlendMode;
|
||||
import com.jme3.material.RenderState.FaceCullMode;
|
||||
import com.jme3.material.TechniqueDef.LightMode;
|
||||
import com.jme3.material.TechniqueDef.ShadowMode;
|
||||
import com.jme3.math.*;
|
||||
import com.jme3.renderer.Caps;
|
||||
import com.jme3.renderer.RenderManager;
|
||||
|
@ -33,14 +33,12 @@ package com.jme3.material.logic;
|
||||
|
||||
import com.jme3.asset.AssetManager;
|
||||
import com.jme3.light.LightList;
|
||||
import com.jme3.material.TechniqueDef.LightMode;
|
||||
import com.jme3.renderer.Caps;
|
||||
import com.jme3.renderer.RenderManager;
|
||||
import com.jme3.scene.Geometry;
|
||||
import com.jme3.shader.DefineList;
|
||||
import com.jme3.shader.Shader;
|
||||
import com.jme3.shader.Uniform;
|
||||
import com.jme3.shader.UniformBinding;
|
||||
import com.jme3.texture.Texture;
|
||||
import java.util.EnumSet;
|
||||
|
||||
|
@ -34,7 +34,6 @@ package com.jme3.system;
|
||||
import com.jme3.asset.AssetManager;
|
||||
import com.jme3.audio.AudioRenderer;
|
||||
import com.jme3.input.SoftTextDialogInput;
|
||||
import com.jme3.texture.Image;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user