diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_database.h b/include/m_database.h index 3bec61cb65..c67ee25475 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -151,7 +151,6 @@ typedef struct struct {
union {
char *pszVal;
- wchar_t *ptszVal;
wchar_t *pwszVal;
};
WORD cchVal; //only used for db/contact/getsettingstatic
|