diff --git a/src/core/UBPersistenceWorker.cpp b/src/core/UBPersistenceWorker.cpp index 993767a7..6127cb18 100644 --- a/src/core/UBPersistenceWorker.cpp +++ b/src/core/UBPersistenceWorker.cpp @@ -63,8 +63,6 @@ void UBPersistenceWorker::process() PersistenceInformation info = saves.takeFirst(); if(info.action == WriteScene){ UBSvgSubsetAdaptor::persistScene(info.proxy, info.scene, info.sceneIndex); -// delete info.scene; -// info.scene = NULL; emit scenePersisted(info.scene); } else{