aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-wm-INCOMPLETE/main.cpp')
-rw-r--r--src-qt5/core/lumina-wm-INCOMPLETE/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp b/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
index 50251fa5..02e48b7b 100644
--- a/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
+++ b/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
@@ -24,8 +24,6 @@ int main(int argc, char ** argv)
if(!a.isPrimaryProcess()){ return 0; } //Inputs forwarded on to the primary already
LuminaThemeEngine themes(&a);
- //Setup the special settings prefix location
- QSettings::setPath(QSettings::NativeFormat, QSettings::UserScope, QDir::homePath()+"/.lumina");
//Setup the global structures
LWM::SYSTEM = new LXCB();
if( a.inputlist.contains("--test-win") ){
bgstack15