diff options
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index ebe58d5a..78412220 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -120,8 +120,6 @@ private: std::array<std::uint8_t, TILE_COUNT> scenery_indexes = {}; std::array<scenery, TILE_COUNT> _scenery_variants = {}; - template<bool> struct lqt_ops; - std::unique_ptr<lqt> _lqt_move, _lqt_shoot, _lqt_view; std::vector<loose_quadtree::BoundingBox<std::int16_t>> _bboxes; |