ncmpcpp: remove custom boost::throw_exception

master
Andrzej Rybczak 13 years ago
parent 88a3bdb507
commit 68ff3fae47
  1. 9
      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;

Loading…
Cancel
Save