diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-26 21:47:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-26 21:59:08 +0200 |
commit | bad83b7e5ed3a2e8bd5f263b2f420386471c523e (patch) | |
tree | ee99c11546928a581b4fc6c2d75a798a2506194c /editor | |
parent | 15e25836d4097c0179f6ed18d91611e3a0250664 (diff) |
krap
Diffstat (limited to 'editor')
-rw-r--r-- | editor/app.hpp | 3 |
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(); |