summaryrefslogtreecommitdiff
path: root/include/m_db_int.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-25 21:10:33 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-25 21:10:40 +0300
commit3583f79d974d805aa67ba8b1feb49a4974c2e4cd (patch)
tree4eea2be29bde54b8ca301eb12b617e08be39fad6 /include/m_db_int.h
parentf0c08538d0cdddb62453761e437cd7d2a3325bd0 (diff)
dbchecker moved to deprecated
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r--include/m_db_int.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h
index fa3bf15c43..6bfde8063e 100644
--- a/include/m_db_int.h
+++ b/include/m_db_int.h
@@ -241,12 +241,6 @@ struct DATABASELINK
Returns: 0 on success, nonzero on failure
*/
MDatabaseCommon* (*Load)(const wchar_t *profile, BOOL bReadOnly);
-
- /*
- Returns a pointer to the database checker or NULL if a database doesn't support checking
- When you don't need this object aanymore, call its Destroy() method
- */
- MIDatabaseChecker* (*CheckDB)(const wchar_t *profile, int *error);
};
///////////////////////////////////////////////////////////////////////////////