From 68ff3fae47f4a5285197d09d8729b359d02305ae Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 14 Sep 2013 17:32:54 +0200 Subject: [PATCH] ncmpcpp: remove custom boost::throw_exception --- src/ncmpcpp.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 21f58c46..ea025af3 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -49,15 +49,6 @@ #include "title.h" #include "utility/conversion.h" -namespace boost {// - -void throw_exception(const std::exception &e) -{ - FatalError(std::string("Exception thrown: ") + e.what()); -} - -} - namespace { std::ofstream errorlog;