summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-09 21:31:41 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-09 21:31:46 +0100
commit7d141e3d24140659d1762ea7d64a5d19351dce89 (patch)
tree52e2a3f95b9bf65cfe45b77612471aac7377d212 /editor/app.hpp
parentd77f718f1f44f410d312e1c7f95428b2d4629209 (diff)
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 0d056558..8c8a522f 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -127,7 +127,6 @@ private:
void draw_inspector();
static void entity_inspector_name(char* buf, size_t len, object_id id);
bool check_inspector_exists(const popup_target& p);
- void draw_editor_tile_pane_atlas(tile_editor& ed, StringView name, const std::shared_ptr<tile_atlas>& atlas);
void draw_editor_scenery_pane(scenery_editor& ed);
void draw_editor_vobj_pane(vobj_editor& ed);
void set_cursor_from_imgui();