summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-03-01 22:39:56 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-03-01 22:39:56 +0000
commit5b240dd94561bef6a030b25cfa70838053ad53b2 (patch)
tree417868397f3c2c7386773f55096a9aa5f8856990 /main.cpp
parentbd56579c7d9de94c17287adefa118290e6b7ba33 (diff)
New upstream version 1.4.0.4
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 4c45d04..0a702b6 100644
--- a/main.cpp
+++ b/main.cpp
@@ -56,7 +56,6 @@ void registerTheOptions()
KeysList.push_back(std::pair<std::string, std::string>("GroupWindowWhen","0"));
KeysList.push_back(std::pair<std::string, std::string>("displayOSSpecific","true"));
KeysList.push_back(std::pair<std::string, std::string>("confirmToGroupWindows","true"));
- KeysList.push_back(std::pair<std::string, std::string>("giveGPUTime","true"));
KeysList.push_back(std::pair<std::string, std::string>("remainingTimeAlgorithm","0"));
#ifdef ULTRACOPIER_INTERNET_SUPPORT
#if defined(Q_OS_WIN32) || defined(Q_OS_MAC)