summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Facebook/src/main.cpp')
-rw-r--r--protocols/Facebook/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Facebook/src/main.cpp b/protocols/Facebook/src/main.cpp
index 6ed0c4cd35..bbeeb63860 100644
--- a/protocols/Facebook/src/main.cpp
+++ b/protocols/Facebook/src/main.cpp
@@ -68,6 +68,5 @@ int CMPlugin::Load()
HookEvent(ME_SYSTEM_MODULESLOADED, OnModuleLoaded);
// Initialize random generator (used only as fallback in utils)
- srand(::time(0));
return 0;
}