mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 20:37:51 +00:00
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:
parent
ede9848bd8
commit
0ed08a1217
@ -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)
|
||||
{
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user