aboutsummaryrefslogtreecommitdiff
path: root/LoadFilesCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LoadFilesCommand.cpp')
-rw-r--r--LoadFilesCommand.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/LoadFilesCommand.cpp b/LoadFilesCommand.cpp
index 6bcf7da..9a0ca08 100644
--- a/LoadFilesCommand.cpp
+++ b/LoadFilesCommand.cpp
@@ -39,7 +39,5 @@ void LoadFilesCommand::load_files(vector<string> files) {
throw Exception("parser error: %s (%s)", e.what(), url.c_str());
}
}
-
- MuseumPauseCommand(this).set(false);
}