summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/dbintf.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-01-11 21:08:46 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-01-11 21:08:46 +0300
commitdd1fc18d107a2cac81acdd8055403bf8d8ca7413 (patch)
treef29dd3b0576d5adebbc3de00de83657d5fa28f2d /plugins/Dbx_mdbx/src/dbintf.h
parentb69809d6331b17865cc657cfd2ad48ed7464a6f2 (diff)
dbx_mdbx:
- Remap() / MDBX_CHECK perversion removed; - mdbx_env_set_geometry() is used to grow file automatically
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.h')
-rw-r--r--plugins/Dbx_mdbx/src/dbintf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h
index fa5595dba3..6c1de8cd0b 100644
--- a/plugins/Dbx_mdbx/src/dbintf.h
+++ b/plugins/Dbx_mdbx/src/dbintf.h
@@ -191,7 +191,6 @@ protected:
void FillContacts(void);
int Map();
- bool Remap();
protected:
TCHAR* m_tszProfileName;