summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/app.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 17e648ef..f63f7014 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -65,9 +65,6 @@ struct app final : floormat_app
static int run_from_argv(int argv, const char* const* argc);
-private:
- using tile_atlas_ = std::shared_ptr<tile_atlas>;
-
void maybe_initialize_chunk_(const chunk_coords& pos, chunk& c);
void do_mouse_move();