diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-15 01:14:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-15 01:14:53 +0200 |
commit | eef39bcb84bb00d570669856061e354ffa5f6bf5 (patch) | |
tree | e652069d2669625b369fa42a85cbb6879a90d965 /editor/plugins/texture_region_editor_plugin.h | |
parent | 859f3bf5a929c885d217011440d8d5a4606f6e99 (diff) | |
parent | 609d97b6d4e14f45a90432cdb02fc633586576b4 (diff) |
Merge pull request #21010 from YeldhamDev/tile_editors_changes
Changes to the TileSet and TextureRegion editors
Diffstat (limited to 'editor/plugins/texture_region_editor_plugin.h')
-rw-r--r-- | editor/plugins/texture_region_editor_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/texture_region_editor_plugin.h b/editor/plugins/texture_region_editor_plugin.h index bd93be9267..670cc86bbb 100644 --- a/editor/plugins/texture_region_editor_plugin.h +++ b/editor/plugins/texture_region_editor_plugin.h @@ -56,7 +56,6 @@ class TextureRegionEditor : public Control { friend class TextureRegionEditorPlugin; MenuButton *snap_mode_button; - TextureRect *icon_zoom; ToolButton *zoom_in; ToolButton *zoom_reset; ToolButton *zoom_out; |