diff options
| -rw-r--r-- | core/list.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/core/list.h b/core/list.h index 103a82a31d..d1b528562d 100644 --- a/core/list.h +++ b/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;  |