You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove unnecessary assignment
This commit is contained in:
@@ -602,9 +602,6 @@ public:
|
|||||||
|
|
||||||
Element *next = current->next_ptr;
|
Element *next = current->next_ptr;
|
||||||
|
|
||||||
//disconnect
|
|
||||||
current->next_ptr = NULL;
|
|
||||||
|
|
||||||
if (from != current) {
|
if (from != current) {
|
||||||
|
|
||||||
current->prev_ptr = NULL;
|
current->prev_ptr = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user