summaryrefslogtreecommitdiffstats
path: root/src/sdk/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk/main.cpp')
-rw-r--r--src/sdk/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sdk/main.cpp b/src/sdk/main.cpp
index 27b58465e..ecff6e7d2 100644
--- a/src/sdk/main.cpp
+++ b/src/sdk/main.cpp
@@ -74,8 +74,6 @@ int main(int argc, char *argv[])
setrlimit(RLIMIT_NOFILE, &rl);
#endif
- qsrand(QDateTime::currentDateTime().toTime_t());
-
// We need to start either a command line application or a GUI application. Since we
// fail doing so at least on Linux while parsing the argument using a core application
// object and later starting the GUI application, we now parse the arguments first.