remove can't save warning on untitled autosave (#990)

close #777
This commit is contained in:
Jeremy Bullock 2017-02-26 23:41:14 -07:00 committed by shun-iwasawa
parent 53e290644c
commit 87cc7d5614

View file

@ -674,13 +674,6 @@ void TApp::autosave() {
} else
m_autosaveSuspended = false;
if (scene->isUntitled() &&
Preferences::instance()->isAutosaveSceneEnabled()) {
DVGui::warning(
tr("It is not possible to automatically save an untitled scene."));
return;
}
DVGui::ProgressDialog pb(
"Autosaving scene..." + toQString(scene->getScenePath()), 0, 0, 1);
pb.show();