From b1e92092bb5c93863d869a2d6b6e057918a77b2f Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Wed, 27 Sep 2017 16:22:34 +0200 Subject: fix singleton issues on windows - pass all singletons into the backend libraries - move some cpu config features from the cpu config file to the global config.txt - add global jconf to the xported singleton list --- console.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'console.cpp') diff --git a/console.cpp b/console.cpp index c6b7d4d..0c73b1d 100644 --- a/console.cpp +++ b/console.cpp @@ -151,8 +151,6 @@ inline void comp_localtime(const time_t* ctime, tm* stime) #endif // __WIN32 } -printer* printer::oInst = nullptr; - printer::printer() { verbose_level = LINF; -- cgit v1.1