From a7e949ad518d36d9edc52496d9a303854cae37ed Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 29 Dec 2022 14:59:38 +0300 Subject: unused structure removed --- include/m_database.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') 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 -- cgit v1.2.3