From 4f9f118ed6d053f4bdb530e7412a9229df3d10c4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 11 Jan 2013 15:20:57 +0000 Subject: - database preset file removed (as the atavism & rudiment); - message about randomly chosen cryptor also removed git-svn-id: http://svn.miranda-ng.org/main/trunk@3057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/src/init.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Dbx_mmap_SA/src/init.cpp') 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; } -- cgit v1.2.3