mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Remove console
global
This commit is contained in:
@ -11,7 +11,6 @@
|
||||
#include "StdInc.h"
|
||||
#include "CVcmiTestConfig.h"
|
||||
|
||||
#include "../lib/CConsoleHandler.h"
|
||||
#include "../lib/logging/CBasicLogConfigurator.h"
|
||||
#include "../lib/VCMIDirs.h"
|
||||
#include "../lib/GameLibrary.h"
|
||||
@ -23,8 +22,7 @@
|
||||
|
||||
void CVcmiTestConfig::SetUp()
|
||||
{
|
||||
console = new CConsoleHandler();
|
||||
preinitDLL(console, true);
|
||||
preinitDLL(true);
|
||||
loadDLLClasses(true);
|
||||
|
||||
/* TEST_DATA_DIR may be wrong, if yes below test don't run,
|
||||
|
Reference in New Issue
Block a user