summaryrefslogtreecommitdiffstats
path: root/src/globals.cpp
diff options
context:
space:
mode:
authorNils Schwabe2014-04-04 15:00:58 +0200
committerNils Schwabe2014-04-04 15:00:58 +0200
commitfc48e4b44760d0bb432a238e4c1b986062a91311 (patch)
tree6963b3bd46f06b2a9b57b80f1f0f5c09a84dc42b /src/globals.cpp
parentchanged adDUSerAndHostname() (diff)
downloadvmchooser2-fc48e4b44760d0bb432a238e4c1b986062a91311.tar.gz
vmchooser2-fc48e4b44760d0bb432a238e4c1b986062a91311.tar.xz
vmchooser2-fc48e4b44760d0bb432a238e4c1b986062a91311.zip
removed addPrinters() and addScanners
introduced "change the run-virt.sh path" in cmd line and config file
Diffstat (limited to 'src/globals.cpp')
-rw-r--r--src/globals.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.cpp b/src/globals.cpp
index 6ff6aed..babe0ad 100644
--- a/src/globals.cpp
+++ b/src/globals.cpp
@@ -11,9 +11,6 @@ QString xSessionPath(VMCHOOSER_X_SESSIONS_PATH);
QString userPath(QDir::homePath() + "/.openslx");
QString runVmScript(binPath + "/run-virt.sh");
-QString filterScript(binPath + "/xmlfilter.sh");
-QString printerScript(etcPath + "/printer.sh");
-QString scannerScript(etcPath + "/scanner.sh");
QString sessionStartScript(VMCHOOSER_SESSION_START_SCRIPT);
const QString globalConfFile(etcPath + "/vmchooser.conf");