X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=db30b3080a9cac7aeaae246157a672a3ace238f2;hb=ce250a863bce3198096e65d4c7a68269495302dd;hp=2634dd2852fb8e04ba240601f6579b7f095d042b;hpb=877a724cbb82479a3a260cf291a1d46b32cc0fa6;p=quassel.git diff --git a/src/core/core.cpp b/src/core/core.cpp index 2634dd28..db30b308 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -91,10 +91,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;