diff --git a/src/item/StringToItemParser.php b/src/item/StringToItemParser.php index 6d313905d..0d92ec428 100644 --- a/src/item/StringToItemParser.php +++ b/src/item/StringToItemParser.php @@ -30,10 +30,6 @@ use pocketmine\block\utils\SlabType; use pocketmine\block\VanillaBlocks; use pocketmine\utils\SingletonTrait; use pocketmine\utils\StringToTParser; -use function array_keys; -use function str_replace; -use function strtolower; -use function trim; /** * Handles parsing items from strings. This is used to interpret names from the /give command (and others).