X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=e1ea08320c4ca5b534c0fc86f9fc23cafa6da370;hp=2634dd2852fb8e04ba240601f6579b7f095d042b;hb=bad087a1b604c92c7c0bf3cf818b81d26e15c1c4;hpb=ddfb1d2574c4bffd180361a80df9b1cd584bb040 diff --git a/src/core/core.cpp b/src/core/core.cpp index 2634dd28..e1ea0832 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -36,9 +36,8 @@ #include "types.h" #include "util.h" -// Currently building with LDAP bindings is optional. #ifdef HAVE_LDAP -#include "ldapauthenticator.h" +# include "ldapauthenticator.h" #endif // migration related @@ -91,10 +90,6 @@ void Core::init() { _startTime = QDateTime::currentDateTime().toUTC(); // for uptime :) - if (Quassel::runMode() == Quassel::RunMode::CoreOnly) { - Quassel::loadTranslation(QLocale::system()); - } - // check settings version // so far, we only have 1 CoreSettings s;