summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-06-03 15:47:47 +0200
committerSimon Rettberg2019-06-03 15:47:47 +0200
commitcf77e6923cae8b21b8319b7edf6102c80915b45a (patch)
tree95114958ec59569c91bf13d7df1caa7b4b820e62 /src/globals.h
parentAdd option to show the "disable screensaver" checkbox (diff)
downloadvmchooser2-cf77e6923cae8b21b8319b7edf6102c80915b45a.tar.gz
vmchooser2-cf77e6923cae8b21b8319b7edf6102c80915b45a.tar.xz
vmchooser2-cf77e6923cae8b21b8319b7edf6102c80915b45a.zip
Refactor user .ini class, support "recent VMs" tab, misc. cleanup
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h
index 81bf2f5..3b4f344 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -24,9 +24,7 @@ extern int g_autoQuitSeconds;
// Script that is run before the xsession/vsession is started
extern const QString SESSION_START_SCRIPT;
-extern const QString CONFIG_FILE_USER;
extern const QString CONFIG_FILE_XSESSIONS;
-extern const QString PREVIOUS_SESSION_USER;
extern const QString TEMP_PATH_ICONS;
extern const QString TEMP_PATH_XML_LIST;