summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-12-29 14:59:38 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-12-29 14:59:38 +0300
commita7e949ad518d36d9edc52496d9a303854cae37ed (patch)
treef54c499dd756490f4d91d7c5a06972ec1ecab589 /include
parente2fb79358b94182efa1c99f4a92450c548bfd3b2 (diff)
unused structure removed
Diffstat (limited to 'include')
-rw-r--r--include/m_database.h7
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