Optimize imports

This commit is contained in:
Shoghi Cervantes
2014-08-26 11:54:24 +02:00
parent f74af12914
commit c40f9f65a5
9 changed files with 5 additions and 11 deletions

View File

@ -21,8 +21,6 @@
namespace pocketmine\block;
use pocketmine\item\Item;
class Podzol extends Solid{
public function __construct(){
parent::__construct(self::PODZOL, 0, "Podzol");