Skip to content

Commit b78af8c

Browse files
committed
delete even more unused imports
1 parent 40cbce7 commit b78af8c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/LightsPunctualExtensionLoader.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import com.google.gson.JsonArray;
3535
import com.google.gson.JsonElement;
3636
import com.google.gson.JsonObject;
37-
import com.jme3.asset.AssetKey;
3837
import com.jme3.asset.AssetLoadException;
3938
import com.jme3.light.DirectionalLight;
4039
import com.jme3.light.Light;
@@ -45,14 +44,9 @@
4544
import com.jme3.math.Vector3f;
4645
import com.jme3.scene.Node;
4746
import com.jme3.scene.control.LightControl;
48-
49-
import java.io.IOException;
5047
import java.util.HashMap;
5148
import java.util.HashSet;
5249

53-
import static com.jme3.scene.plugins.gltf.GltfUtils.getAsColor;
54-
import static com.jme3.scene.plugins.gltf.GltfUtils.getAsFloat;
55-
5650
/**
5751
* Extension loader for KHR_lights_punctual extension which allows
5852
* for lights to be added to the node from the gltf model.

jme3-plugins/src/gltf/java/com/jme3/scene/plugins/gltf/UnlitExtensionLoader.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2020 jMonkeyEngine
2+
* Copyright (c) 2009-2021 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -34,11 +34,6 @@
3434
import com.google.gson.JsonElement;
3535
import com.jme3.asset.AssetKey;
3636

37-
import java.io.IOException;
38-
39-
import static com.jme3.scene.plugins.gltf.GltfUtils.getAsColor;
40-
import static com.jme3.scene.plugins.gltf.GltfUtils.getAsFloat;
41-
4237
/**
4338
* Material adapter for the Unlit pipeline
4439
* @author Markil 3

0 commit comments

Comments
 (0)