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;