diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/NewsAggregator.cpp')
-rw-r--r-- | protocols/NewsAggregator/Src/NewsAggregator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/NewsAggregator/Src/NewsAggregator.cpp b/protocols/NewsAggregator/Src/NewsAggregator.cpp index 8ee17dd97a..e98bb66ae9 100644 --- a/protocols/NewsAggregator/Src/NewsAggregator.cpp +++ b/protocols/NewsAggregator/Src/NewsAggregator.cpp @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. #include "stdafx.h" HANDLE hPrebuildMenuHook = nullptr; -CDlgBase *pAddFeedDialog = nullptr, *pImportDialog = nullptr, *pExportDialog = nullptr; +CDlgBase *pAddFeedDialog = nullptr; wchar_t tszRoot[MAX_PATH] = {0}; HANDLE hUpdateMutex; |