diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-30 22:10:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-30 22:10:54 +0200 |
commit | 12ea8b9074105463f6a4281a2db6ade8c0d9d0d5 (patch) | |
tree | ea95300268c7133dc36132de7310ca035dfd5c85 | |
parent | 204d39b297a71fd43827828e6bc1818284393ed9 (diff) | |
parent | b39bcd8821bfa7138c2619914e5c15c1ecf05050 (diff) |
Merge pull request #22570 from lupoDharkael/todo-remove
Remove old TODO from editor_inspector.cpp
-rw-r--r-- | editor/editor_inspector.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/editor_inspector.cpp b/editor/editor_inspector.cpp index 10fc15e468..bf177c2c62 100644 --- a/editor/editor_inspector.cpp +++ b/editor/editor_inspector.cpp @@ -36,9 +36,6 @@ #include "multi_node_edit.h" #include "scene/resources/packed_scene.h" -// TODO: -// arrays and dictionary - Size2 EditorProperty::get_minimum_size() const { Size2 ms; |