Removed unused imports

This commit is contained in:
Shoghi Cervantes
2014-10-29 01:14:09 +01:00
parent 0680b98380
commit 78f8d0280d
19 changed files with 8 additions and 28 deletions

View File

@ -22,8 +22,6 @@
namespace pocketmine\block;
use pocketmine\item\Item;
use pocketmine\level\Level;
use pocketmine\Player;
class Wheat extends Crops{
public function __construct($meta = 0){