ncmpcpp: remove custom boost::throw_exception

This commit is contained in:
Andrzej Rybczak
2013-09-14 17:32:54 +02:00
parent 88a3bdb507
commit 68ff3fae47

View File

@@ -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;