Commit 92c43129 authored by Claudio Valerio's avatar Claudio Valerio

removed unused code

parent 058d74fd
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment