Remove orphaned references to the log facilities in intro.cpp

We no longer use any of that here, so it's a terrible waste of time.
This commit is contained in:
Ignacio R. Morelle 2013-09-16 04:34:36 -03:00
parent ede9848bd8
commit 0ed08a1217

View File

@ -24,14 +24,9 @@
#include "display.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "marked-up_text.hpp"
#include "storyscreen/interface.hpp"
static lg::log_domain log_engine("engine");
#define ERR_NG LOG_STREAM(err, log_engine)
#define LOG_NG LOG_STREAM(info, log_engine)
void the_end(display &disp, std::string text, unsigned int duration)
{
//