X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=3ca8e34dac18e23523c6b657da6affcf4b4c7183;hb=97d674034551438238c568e8b42efb08e1ba7354;hp=fc5c0f7fe46f27c446f6a61a6424d94090a8a7e6;hpb=fee1002dcb914ef9d47ceae97080b8c140e3b1ed;p=quassel.git diff --git a/src/common/main.cpp b/src/common/main.cpp index fc5c0f7f..3ca8e34d 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -85,7 +85,6 @@ int main(int argc, char **argv) { QCoreApplication::setApplicationName("Quassel IRC"); QCoreApplication::setOrganizationName("Quassel IRC Development Team"); - Global::quasselDir = QDir::homePath() + "/.quassel"; #ifndef BUILD_QTUI Core::instance(); // create and init the core #endif