mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-11 05:41:27 +00:00
a bit of cleanup for the previous commit
This commit is contained in:
parent
21733e8181
commit
c1cd8305bc
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ void CS::Editor::loadDocument()
|
||||||
|
|
||||||
void CS::Editor::openFiles()
|
void CS::Editor::openFiles()
|
||||||
{
|
{
|
||||||
mStartup.hide();
|
|
||||||
std::vector<boost::filesystem::path> paths;
|
std::vector<boost::filesystem::path> paths;
|
||||||
mOpenDialog.getFileList(paths);
|
mOpenDialog.getFileList(paths);
|
||||||
CSMDoc::Document *document = mDocumentManager.addDocument(paths, false);
|
CSMDoc::Document *document = mDocumentManager.addDocument(paths, false);
|
||||||
|
|
Loading…
Reference in a new issue