diff options
Diffstat (limited to 'include/m_popup.h')
-rw-r--r-- | include/m_popup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_popup.h b/include/m_popup.h index a418066a60..87d69bb297 100644 --- a/include/m_popup.h +++ b/include/m_popup.h @@ -691,12 +691,10 @@ typedef struct { union {
const char *pszTitle;
const wchar_t *pwszTitle;
- const TCHAR *ptszTitle;
};
union {
const char *pszText;
const wchar_t *pwszText;
- const TCHAR *ptszText;
};
void *PluginData;
MCONTACT hContact;
|