refactor: Dropping XInitThreads();

This commit is contained in:
Michael Carlberg 2016-10-30 02:41:18 +01:00
parent efba06dc2d
commit d5515ebcb0
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@
using namespace lemonbuddy;
int main(int argc, char** argv) {
XInitThreads();
logger& logger{configure_logger<decltype(logger)>(loglevel::WARNING).create<decltype(logger)>()};
//==================================================