summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/dbintf.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-19 15:50:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-19 15:50:20 +0300
commite0377024f5048273f409b4844c2b44e3e7bb5d7d (patch)
tree0a69ab34bed57dcf95f86451aeeda62132f4fb6a /plugins/Dbx_mdbx/src/dbintf.cpp
parente1198a334af374479e7f98d41220e85116217db3 (diff)
fixes #2702 (Dbx_sqlite: missing "Compact" menu item)
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.cpp')
-rw-r--r--plugins/Dbx_mdbx/src/dbintf.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.cpp b/plugins/Dbx_mdbx/src/dbintf.cpp
index 6b9f905b53..bb46a1ddb6 100644
--- a/plugins/Dbx_mdbx/src/dbintf.cpp
+++ b/plugins/Dbx_mdbx/src/dbintf.cpp
@@ -221,10 +221,8 @@ int CDbxMDBX::Load()
if (InitModules()) return EGROKPRF_DAMAGED;
if (InitCrypt()) return EGROKPRF_DAMAGED;
- InitDialogs();
FillContacts();
FillSettings();
-
return EGROKPRF_NOERROR;
}