summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-08-14 17:44:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-08-14 17:44:20 +0300
commit70c7eb36da13424bf1bfabb56977562fee7241de (patch)
tree533939357b485c0e53b43f267d9b938b5c758abf /protocols/Facebook/src/main.cpp
parentf937a646677d1eb3e139aacccc8ecf4064d6b145 (diff)
fixes #2527 (Facebook: missing stickers)
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;
}