Merge pull request #29283 from qarmin/fix_some_always_same_values
Remove always true/false values
This commit is contained in:
commit
5c66771e3e
32 changed files with 128 additions and 184 deletions
|
|
@ -3163,10 +3163,7 @@ bool Tree::is_anything_selected() {
|
|||
|
||||
void Tree::clear() {
|
||||
|
||||
if (blocked > 0) {
|
||||
|
||||
ERR_FAIL_COND(blocked > 0);
|
||||
}
|
||||
ERR_FAIL_COND(blocked > 0);
|
||||
|
||||
if (pressing_for_editor) {
|
||||
if (range_drag_enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue