summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
diff options
context:
space:
mode:
authorAndreas Haas <liu.gam3@gmail.com>2016-05-28 21:50:05 +0200
committerAndreas Haas <liu.gam3@gmail.com>2016-05-28 21:50:22 +0200
commit62de01ae3b9076682f7f19039c00f98fe7763625 (patch)
tree3a76613e9e79710601c5eb8d65693e4e650ec837 /tools/editor/plugins
parentab97718d8aca65297b147770e5158f0494ac5bb8 (diff)
Delete unused code in TileMapEditor
Diffstat (limited to 'tools/editor/plugins')
-rw-r--r--tools/editor/plugins/tile_map_editor_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/plugins/tile_map_editor_plugin.cpp b/tools/editor/plugins/tile_map_editor_plugin.cpp
index a98314b297..6d5f2a519c 100644
--- a/tools/editor/plugins/tile_map_editor_plugin.cpp
+++ b/tools/editor/plugins/tile_map_editor_plugin.cpp
@@ -1214,8 +1214,6 @@ void TileMapEditor::_tileset_settings_changed() {
void TileMapEditor::_icon_size_changed(float p_value) {
if (node) {
- //Size2 size = node->get_cell_size() * p_value;
- //palette->set_min_icon_size(size + Size2(4, 0)); //4px gap between tiles
palette->set_icon_scale(p_value);
_update_palette();
}