Dawid Kurek 6 лет назад
Родитель
Сommit
923aaf970f
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      core/list.h

+ 0 - 3
core/list.h

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