summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/init.cpp')
-rw-r--r--plugins/Dbx_mmap_SA/src/init.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dbx_mmap_SA/src/init.cpp b/plugins/Dbx_mmap_SA/src/init.cpp
index 688cd36716..65cfd44561 100644
--- a/plugins/Dbx_mmap_SA/src/init.cpp
+++ b/plugins/Dbx_mmap_SA/src/init.cpp
@@ -133,7 +133,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_DATABAS
extern "C" __declspec(dllexport) int Load(void)
{
InitSecurity();
- InitPreset();
RegisterDatabasePlugin(&dblink);
return 0;
@@ -143,7 +142,6 @@ extern "C" __declspec(dllexport) int Unload(void)
{
g_Dbs.destroy();
UnloadSecurity();
- UninitPreset();
return 0;
}