diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-25 21:10:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-25 21:10:40 +0300 |
commit | 3583f79d974d805aa67ba8b1feb49a4974c2e4cd (patch) | |
tree | 4eea2be29bde54b8ca301eb12b617e08be39fad6 /plugins/Db3x_mmap/src/dbintf.h | |
parent | f0c08538d0cdddb62453761e437cd7d2a3325bd0 (diff) |
dbchecker moved to deprecated
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r-- | plugins/Db3x_mmap/src/dbintf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 5ad1b21c53..d17c7b2fb0 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -198,8 +198,6 @@ struct CDb3Mmap : public MDatabaseCommon, public MIDatabaseChecker, public MZero void SetPassword(const wchar_t *ptszPassword);
void UpdateMenuItem(void);
- int PrepareCheck(int*);
-
__forceinline LPTSTR GetMenuTitle() const { return m_bUsesPassword ? LPGENW("Change/remove password") : LPGENW("Set password"); }
void DatabaseCorruption(wchar_t *text);
|