diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-11 15:20:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-11 15:20:57 +0000 |
commit | 4f9f118ed6d053f4bdb530e7412a9229df3d10c4 (patch) | |
tree | a2240db3114422759fcae177b830592088ed4103 /plugins/Dbx_mmap_SA/src/init.cpp | |
parent | 60ed8dfff0234f4c9c6f0a7b7323e3a3faec2995 (diff) |
- 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
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/init.cpp')
-rw-r--r-- | plugins/Dbx_mmap_SA/src/init.cpp | 2 |
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;
}
|