diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_list.h')
-rw-r--r-- | protocols/JabberG/src/jabber_list.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/JabberG/src/jabber_list.h b/protocols/JabberG/src/jabber_list.h index 798d0603ae..2f8f5c4edb 100644 --- a/protocols/JabberG/src/jabber_list.h +++ b/protocols/JabberG/src/jabber_list.h @@ -71,9 +71,6 @@ typedef enum { // initial default to RSMODE_LASTSEEN struct JABBER_XEP0232_SOFTWARE_INFO : public MZeroedObject
{
ptrT tszOs, tszOsVersion, tszSoftware, tszSoftwareVersion, tszXMirandaCoreVersion;
- BOOL bXMirandaIsUnicode;
- BOOL bXMirandaIsAlpha;
- BOOL bXMirandaIsDebug;
};
struct JABBER_RESOURCE_STATUS
|