mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #29449 from dawikur/fix/NULL_assignment
Remove unnecessary assignment
This commit is contained in:
@@ -602,9 +602,6 @@ public:
|
||||
|
||||
Element *next = current->next_ptr;
|
||||
|
||||
//disconnect
|
||||
current->next_ptr = NULL;
|
||||
|
||||
if (from != current) {
|
||||
|
||||
current->prev_ptr = NULL;
|
||||
|
||||
Reference in New Issue
Block a user