a bit of cleanup for the previous commit

This commit is contained in:
Marc Zinnschlag 2013-02-07 13:13:06 +01:00
parent 21733e8181
commit c1cd8305bc

View file

@ -47,7 +47,6 @@ void CS::Editor::loadDocument()
void CS::Editor::openFiles()
{
mStartup.hide();
std::vector<boost::filesystem::path> paths;
mOpenDialog.getFileList(paths);
CSMDoc::Document *document = mDocumentManager.addDocument(paths, false);