summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
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)