mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
Merge pull request #29449 from dawikur/fix/NULL_assignment
Remove unnecessary assignment
This commit is contained in:
commit
522b09db89
@ -602,9 +602,6 @@ public:
|
||||
|
||||
Element *next = current->next_ptr;
|
||||
|
||||
//disconnect
|
||||
current->next_ptr = NULL;
|
||||
|
||||
if (from != current) {
|
||||
|
||||
current->prev_ptr = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user