diff options
Diffstat (limited to 'src/extension/system.cpp')
| -rw-r--r-- | src/extension/system.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp index 82d0a726f..a959913f6 100644 --- a/src/extension/system.cpp +++ b/src/extension/system.cpp @@ -219,7 +219,6 @@ save(Extension *key, SPDocument *doc, gchar const *filename, bool setextension, if (!dynamic_cast<Output *>(omod)) { g_warning("Unable to find output module to handle file: %s\n", filename); throw Output::no_extension_found(); - return; } omod->set_state(Extension::STATE_LOADED); |
