1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove unnecessary assignment

This commit is contained in:
Dawid Kurek
2019-06-03 23:25:07 +02:00
parent 774a9fde84
commit 923aaf970f

View File

@@ -602,9 +602,6 @@ public:
Element *next = current->next_ptr;
//disconnect
current->next_ptr = NULL;
if (from != current) {
current->prev_ptr = NULL;