diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-19 15:50:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-19 15:50:20 +0300 |
commit | e0377024f5048273f409b4844c2b44e3e7bb5d7d (patch) | |
tree | 0a69ab34bed57dcf95f86451aeeda62132f4fb6a /plugins/Dbx_mdbx/src/dbintf.cpp | |
parent | e1198a334af374479e7f98d41220e85116217db3 (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.cpp | 2 |
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;
}
|