mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
Remove commented line
This commit is contained in:
parent
4fd5f74365
commit
b4132f1e7d
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ void BatchLoader::start() {
|
|||
if (scriptFile.open(QFile::ReadOnly | QFile::Text)) {
|
||||
QTextStream in(&scriptFile);
|
||||
_data.insert(url, in.readAll());
|
||||
// includeContents = in.readAll();
|
||||
} else {
|
||||
emit errorLoadingFile(url);
|
||||
_data.insert(url, QString());
|
||||
|
|
Loading…
Reference in a new issue