Remove unused imports

This commit is contained in:
Adam
2018-01-29 08:53:54 -05:00
parent 721e2a58ca
commit 7a0e74c6bb
2 changed files with 0 additions and 4 deletions

View File

@@ -24,8 +24,6 @@
*/ */
package net.runelite.api; package net.runelite.api;
import java.time.Duration;
public interface Projectile extends Renderable public interface Projectile extends Renderable
{ {
int getId(); int getId();

View File

@@ -24,8 +24,6 @@
*/ */
package net.runelite.rs.api; package net.runelite.rs.api;
import net.runelite.mapping.Import;
public interface RSCacheableNode extends RSNode public interface RSCacheableNode extends RSNode
{ {
} }