diff options
Diffstat (limited to 'src/globals.cpp')
-rw-r--r-- | src/globals.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/globals.cpp b/src/globals.cpp index c21598a..7780e8a 100644 --- a/src/globals.cpp +++ b/src/globals.cpp @@ -3,14 +3,9 @@ #include "globals.h" #include "session.h" -static const QString userPath(QDir::homePath() + "/.config/openslx"); - - const QString SESSION_START_SCRIPT(VMCHOOSER_SESSION_START_SCRIPT); -const QString CONFIG_FILE_USER(userPath + "/vmchooser.conf"); const QString CONFIG_FILE_XSESSIONS("/opt/openslx/vmchooser/config/xsessions.conf"); -const QString PREVIOUS_SESSION_USER(userPath + "/vmchooser2.ini"); bool g_debugMode = false; bool g_fullscreen = false; |