diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_protoint.inc | 1 | ||||
-rw-r--r-- | include/m_protoint.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/delphi/m_protoint.inc b/include/delphi/m_protoint.inc index 0b41d5450b..58455d02b5 100644 --- a/include/delphi/m_protoint.inc +++ b/include/delphi/m_protoint.inc @@ -48,7 +48,6 @@ type iVersion :int; // version 2 or higher designate support of Unicode services
tszUserName :TChar;
- szProtoName :PAnsiChar;
szModuleName :PAnsiChar;
hProtoIcon :THandle;
diff --git a/include/m_protoint.h b/include/m_protoint.h index a042a018e9..554a08194e 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -48,7 +48,6 @@ struct PROTO_INTERFACE m_iXStatus,
m_iVersion; // version 2 or higher designate support of Unicode services
TCHAR* m_tszUserName;
- char* m_szProtoName;
char* m_szModuleName;
HANDLE m_hProtoIcon;
|