diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2018-03-10 14:43:21 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2018-03-10 14:43:21 +0300 |
commit | 9ac7612dc78f25b9b8bcb2fa97e4b9eb587abf3a (patch) | |
tree | 9d21ace4d688791ae1d4cd8ddbd9bdcca33c4513 /plugins/NewsAggregator/Src/stdafx.h | |
parent | ab48946296156b94919b0ee31d2ac6404a3cc4c2 (diff) |
NewsAggregator: crash fix, fully on m_gui
Diffstat (limited to 'plugins/NewsAggregator/Src/stdafx.h')
-rw-r--r-- | plugins/NewsAggregator/Src/stdafx.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/NewsAggregator/Src/stdafx.h b/plugins/NewsAggregator/Src/stdafx.h index 213e858cc6..0c5fa1436d 100644 --- a/plugins/NewsAggregator/Src/stdafx.h +++ b/plugins/NewsAggregator/Src/stdafx.h @@ -69,15 +69,6 @@ extern bool ThreadRunning; extern bool UpdateListFlag;
extern wchar_t tszRoot[MAX_PATH];
-struct ItemInfo
-{
- HWND hwndList;
- MCONTACT hContact;
- int SelNumber;
- wchar_t nick[MAX_PATH];
- wchar_t url[MAX_PATH];
-};
-
//============ STRUCT USED TO MAKE AN UPDATE LIST ============
struct NEWSCONTACTLIST {
@@ -137,7 +128,6 @@ void UpdateMenu(bool State); LPCTSTR ClearText(CMStringW &value, const wchar_t *message);
bool DownloadFile(LPCTSTR tszURL, LPCTSTR tszLocal);
void CreateAuthString(char *auth, MCONTACT hContact, CFeedEditor *pDlg);
-INT_PTR CALLBACK AuthenticationProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
MCONTACT GetContactByNick(const wchar_t *nick);
MCONTACT GetContactByURL(const wchar_t *url);
|