diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-18 20:49:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-18 20:49:45 +0300 |
commit | b4d51bb6ad3872b22d3ea52949d4cc5842c26da3 (patch) | |
tree | 63a38f3cebec9349356245b465955db4899dd371 /plugins/ExternalAPI/m_ieview.h | |
parent | a781184281f8e75f69754380bce1cf832ea476cf (diff) |
- more shit cleared from C++ code;
- Pascal code partially restored till the full container log implementation
Diffstat (limited to 'plugins/ExternalAPI/m_ieview.h')
-rw-r--r-- | plugins/ExternalAPI/m_ieview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/m_ieview.h b/plugins/ExternalAPI/m_ieview.h index 107ff4edac..4b197aca34 100644 --- a/plugins/ExternalAPI/m_ieview.h +++ b/plugins/ExternalAPI/m_ieview.h @@ -44,7 +44,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct IEVIEWWINDOW
{
- int cbSize; // size of the strusture
int iType; // one of IEW_* values
DWORD dwMode; // compatibility mode - one of IEWM_* values
DWORD dwFlags; // flags, one of IEWF_* values
@@ -165,7 +164,6 @@ struct IEVIEWEVENT struct IEVIEWNAVIGATE
{
- int cbSize; // size of the strusture
int iType; // one of IEN_* values
DWORD dwFlags; // one of IEEF_* values
HWND hwnd; // HWND returned by IEW_CREATE
|