diff options
-rw-r--r-- | subsurface-desktop-main.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/subsurface-desktop-main.cpp b/subsurface-desktop-main.cpp index be5b7b7fe..25891e3c0 100644 --- a/subsurface-desktop-main.cpp +++ b/subsurface-desktop-main.cpp @@ -79,13 +79,6 @@ int main(int argc, char **argv) #else git_libgit2_init(); #endif - /* - * Initialize the random number generator - not really secure as - * this is based only on current time, but it should not matter - * that much in our context. Moreover this is better than - * the constant numbers we used to get before. - */ - qsrand(time(NULL)); setup_system_prefs(); copy_prefs(&default_prefs, &prefs); fill_computer_list(); |