1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 15:03:37 +00:00

Merge pull request #29449 from dawikur/fix/NULL_assignment

Remove unnecessary assignment
This commit is contained in:
Rémi Verschelde 2019-06-04 09:27:56 +02:00 committed by GitHub
commit 522b09db89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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