From 4e3a9736b67b9cb7be54e6330a13d5dc600ef68d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 22 Jul 2018 16:59:18 +0200 Subject: World/Block: remove useless blockLight accessor --- src/World/Block.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/World/Block.hpp') diff --git a/src/World/Block.hpp b/src/World/Block.hpp index 81d8b27..4975faa 100644 --- a/src/World/Block.hpp +++ b/src/World/Block.hpp @@ -47,10 +47,6 @@ struct Block { Block(uint8_t id0, uint8_t data0, unsigned height0, uint8_t blockLight0, uint8_t skyLight0, uint8_t biome0) : id(id0), data(data0), height(height0), blockLight(blockLight0), skyLight(skyLight0), biome(biome0) {} - uint8_t getBlockLight() const { - return blockLight; - } - uint32_t getColor() const; }; -- cgit v1.2.3