diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-19 14:41:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-19 14:41:44 +0000 |
commit | a1ff366b1634ed741bdc764489f9e715f90900f5 (patch) | |
tree | bc6a09d71c27344da3f1faef2673696ab731c4db /include | |
parent | 77406964dd1c296e7ad26b2ef4c348048e193234 (diff) |
old tooltip management code removed
fixes #825 (Tooltip won't disappear in StdChat)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11532 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index cd6848a111..0725158a72 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -221,9 +221,6 @@ struct GCSessionInfoBase USERINFO* pMe;
STATUSINFO* pStatuses;
- HWND hwndTooltip;
- int iOldItemID;
-
TCHAR pszLogFileName[MAX_PATH];
SESSION_INFO *next;
};
|