From e0377024f5048273f409b4844c2b44e3e7bb5d7d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Jan 2021 15:50:20 +0300 Subject: fixes #2702 (Dbx_sqlite: missing "Compact" menu item) --- plugins/Dbx_mdbx/src/dbintf.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Dbx_mdbx/src/dbintf.cpp') 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; } -- cgit v1.2.3