summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0f4d1b0..3ae4c7d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -146,7 +146,6 @@ main(int argc, char** argv)
patchage::Patchage patchage(options);
Gtk::Main::run(*patchage.window());
patchage.save();
-
} catch (std::exception& e) {
std::cerr << "patchage: error: " << e.what() << "\n";
return 1;