diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/NewsAggregator.cpp')
-rw-r--r-- | protocols/NewsAggregator/Src/NewsAggregator.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/NewsAggregator/Src/NewsAggregator.cpp b/protocols/NewsAggregator/Src/NewsAggregator.cpp index e98bb66ae9..420cbd9ec6 100644 --- a/protocols/NewsAggregator/Src/NewsAggregator.cpp +++ b/protocols/NewsAggregator/Src/NewsAggregator.cpp @@ -20,12 +20,9 @@ Boston, MA 02111-1307, USA. #include "stdafx.h" HANDLE hPrebuildMenuHook = nullptr; -CDlgBase *pAddFeedDialog = nullptr; wchar_t tszRoot[MAX_PATH] = {0}; HANDLE hUpdateMutex; -LIST<CFeedEditor> g_arFeeds(1, PtrKeySortT); - CMPlugin g_plugin; ///////////////////////////////////////////////////////////////////////////////////////// |