diff options
author | George Hazan <ghazan@miranda.im> | 2022-12-29 14:59:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-12-29 14:59:38 +0300 |
commit | a7e949ad518d36d9edc52496d9a303854cae37ed (patch) | |
tree | f54c499dd756490f4d91d7c5a06972ec1ecab589 /include | |
parent | e2fb79358b94182efa1c99f4a92450c548bfd3b2 (diff) |
unused structure removed
Diffstat (limited to 'include')
-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 5f124cbf3b..5f2cd63102 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -457,13 +457,6 @@ bool Profile_GetSetting(const wchar_t *pwszSetting, wchar_t(&pwszBuf)[_Size], co ///////////////////////////////////////////////////////////////////////////////////////// // Contact services -struct DBCONTACTGETSETTING -{ - const char *szModule; // pointer to name of the module that wrote the setting to get - const char *szSetting; // pointer to name of the setting to get - DBVARIANT *pValue; // pointer to variant to receive the value -}; - struct DBCONTACTWRITESETTING { const char *szModule; // pointer to name of the module that wrote the setting to get |