From 06333b3364d37d4401025d31ba298bec9e9cd4ec Mon Sep 17 00:00:00 2001 From: Yuri Moens Date: Mon, 25 Oct 2021 11:10:22 +0200 Subject: [PATCH] Optimize imports --- CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java | 2 -- CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java | 1 - 2 files changed, 3 deletions(-) diff --git a/CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java b/CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java index e1fce55..95775ba 100644 --- a/CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java +++ b/CMiner/src/io/reisub/dreambot/cminer/tasks/Superheat.java @@ -6,12 +6,10 @@ import org.dreambot.api.input.Mouse; import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.MethodProvider; import org.dreambot.api.methods.container.impl.Inventory; -import org.dreambot.api.methods.filter.Filter; import org.dreambot.api.methods.interactive.GameObjects; import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.methods.magic.Magic; import org.dreambot.api.methods.magic.Normal; -import org.dreambot.api.methods.map.Area; import org.dreambot.api.methods.tabs.Tab; import org.dreambot.api.methods.tabs.Tabs; import org.dreambot.api.script.TaskNode; diff --git a/CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java b/CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java index ce5da51..08188cc 100644 --- a/CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java +++ b/CShopper/src/io/reisub/dreambot/cshopper/tasks/Hop.java @@ -8,7 +8,6 @@ import org.dreambot.api.methods.Calculations; import org.dreambot.api.methods.MethodProvider; import org.dreambot.api.methods.container.impl.Inventory; import org.dreambot.api.methods.container.impl.Shop; -import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.methods.skills.Skills; import org.dreambot.api.methods.world.World; import org.dreambot.api.methods.world.Worlds;