From b14ecc18c4391f16f544242593e2ef7891e038cd Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 20 Sep 2017 12:24:33 +0100 Subject: [PATCH] Remove unused imports --- src/pocketmine/entity/FallingSand.php | 1 - src/pocketmine/event/server/NetworkInterfaceRegisterEvent.php | 1 - src/pocketmine/plugin/PluginDescription.php | 1 - 3 files changed, 3 deletions(-) diff --git a/src/pocketmine/entity/FallingSand.php b/src/pocketmine/entity/FallingSand.php index 33f34211d7..3d8f18f8cd 100644 --- a/src/pocketmine/entity/FallingSand.php +++ b/src/pocketmine/entity/FallingSand.php @@ -26,7 +26,6 @@ namespace pocketmine\entity; use pocketmine\block\BlockFactory; use pocketmine\event\entity\EntityBlockChangeEvent; use pocketmine\event\entity\EntityDamageEvent; -use pocketmine\item\Item as ItemItem; use pocketmine\item\ItemFactory; use pocketmine\math\Vector3; use pocketmine\nbt\tag\ByteTag; diff --git a/src/pocketmine/event/server/NetworkInterfaceRegisterEvent.php b/src/pocketmine/event/server/NetworkInterfaceRegisterEvent.php index d127f8bbaf..e1e736920c 100644 --- a/src/pocketmine/event/server/NetworkInterfaceRegisterEvent.php +++ b/src/pocketmine/event/server/NetworkInterfaceRegisterEvent.php @@ -24,7 +24,6 @@ declare(strict_types=1); namespace pocketmine\event\server; use pocketmine\event\Cancellable; -use pocketmine\network\SourceInterface; /** * Called when a network interface is registered into the network, for example the RakLib interface. diff --git a/src/pocketmine/plugin/PluginDescription.php b/src/pocketmine/plugin/PluginDescription.php index 9f63b2156c..4cf9b99fbe 100644 --- a/src/pocketmine/plugin/PluginDescription.php +++ b/src/pocketmine/plugin/PluginDescription.php @@ -23,7 +23,6 @@ declare(strict_types=1); namespace pocketmine\plugin; -use pocketmine\network\mcpe\protocol\ProtocolInfo; use pocketmine\permission\Permission; class PluginDescription{