aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_map_editor_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-05-25 13:00:28 +0200
committerGitHub2018-05-25 13:00:28 +0200
commit665319de351b0e79c6325d87276b70b0e66270c0 (patch)
tree3c2e54401a4ef59491e6d3bef5ead50daab3aa23 /editor/plugins/tile_map_editor_plugin.h
parent37cda5795961c6eeca456aa38adb40a06cac5084 (diff)
downloadgodot-665319de351b0e79c6325d87276b70b0e66270c0.tar.gz
godot-665319de351b0e79c6325d87276b70b0e66270c0.tar.zst
godot-665319de351b0e79c6325d87276b70b0e66270c0.zip
Diffstat (limited to 'editor/plugins/tile_map_editor_plugin.h')
-rw-r--r--editor/plugins/tile_map_editor_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.h b/editor/plugins/tile_map_editor_plugin.h
index b34439548..642870aec 100644
--- a/editor/plugins/tile_map_editor_plugin.h
+++ b/editor/plugins/tile_map_editor_plugin.h
@@ -174,7 +174,6 @@ class TileMapEditor : public VBoxContainer {
void _update_palette();
void _menu_option(int p_option);
- void _create_set_cell_undo(const Point2i &p_pos, int p_value, bool p_flip_h, bool p_flip_v, bool p_transpose);
void _set_cell(const Point2i &p_pos, int p_value, bool p_flip_h = false, bool p_flip_v = false, bool p_transpose = false);
void _canvas_mouse_enter();