mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-18 18:40:06 +00:00
a bit of cleanup for the previous commit
This commit is contained in:
parent
21733e8181
commit
c1cd8305bc
@ -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…
x
Reference in New Issue
Block a user