From feafb7e71370fa9d041be2f0e7f72f93fa03c33f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 10 Feb 2023 22:13:35 +0100 Subject: src/chunk: delete unused declaration --- src/chunk.hpp | 2 -- 1 file changed, 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 scenery_indexes = {}; std::array _scenery_variants = {}; - template struct lqt_ops; - std::unique_ptr _lqt_move, _lqt_shoot, _lqt_view; std::vector> _bboxes; -- cgit v1.2.3