From 75ab1e7fe8bcb72d21515c4b2096664fb70634b0 Mon Sep 17 00:00:00 2001 From: Yuri Moens Date: Wed, 27 Oct 2021 23:59:50 +0200 Subject: [PATCH] Optimize imports --- CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java | 1 - CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java | 2 -- 2 files changed, 3 deletions(-) diff --git a/CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java b/CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java index ef9c6e7..8aed27c 100644 --- a/CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java +++ b/CAshMiner/src/io/reisub/dreambot/cashminer/tasks/Mine.java @@ -4,7 +4,6 @@ import io.reisub.dreambot.util.Constants; import io.reisub.dreambot.util.Util; import org.dreambot.api.methods.Calculations; 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.map.Area; import org.dreambot.api.methods.map.Tile; diff --git a/CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java b/CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java index 81522b8..f91b456 100644 --- a/CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java +++ b/CThiever/src/io/reisub/dreambot/cthiever/tasks/Pickpocket.java @@ -2,13 +2,11 @@ package io.reisub.dreambot.cthiever.tasks; import io.reisub.dreambot.util.Util; import org.dreambot.api.methods.Calculations; -import org.dreambot.api.methods.MethodProvider; import org.dreambot.api.methods.interactive.NPCs; import org.dreambot.api.methods.interactive.Players; import org.dreambot.api.script.ScriptManager; import org.dreambot.api.script.TaskNode; import org.dreambot.api.script.listener.ChatListener; -import org.dreambot.api.wrappers.interactive.Character; import org.dreambot.api.wrappers.interactive.NPC; import org.dreambot.api.wrappers.widgets.message.Message;