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 /include/m_database.h | |
parent | f0c08538d0cdddb62453761e437cd7d2a3325bd0 (diff) |
dbchecker moved to deprecated
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/m_database.h b/include/m_database.h index d3a4d06088..c7e68e0d50 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -457,13 +457,6 @@ EXTERN_C MIR_APP_DLL(int) Profile_GetPathW(size_t cbLen, wchar_t *pwszDest); EXTERN_C MIR_APP_DLL(void) Profile_SetDefault(const wchar_t *pwszPath);
-// Checks the specified profile like dbtool did.
-// Implemented in the dbchecker plugins, thus it might not exist
-// wParam = (WPARAM)(wchar_t*)ptszProfileName
-// lParam = (BOOL)bConversionMode
-
-#define MS_DB_CHECKPROFILE "DB/CheckProfile"
-
/////////////////////////////////////////////////////////////////////////////////////////
// Contact services
|