diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/Services.cpp')
-rw-r--r-- | protocols/NewsAggregator/Src/Services.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/protocols/NewsAggregator/Src/Services.cpp b/protocols/NewsAggregator/Src/Services.cpp index ed4f9e49cd..138f334005 100644 --- a/protocols/NewsAggregator/Src/Services.cpp +++ b/protocols/NewsAggregator/Src/Services.cpp @@ -169,22 +169,6 @@ INT_PTR ChangeFeed(WPARAM hContact, LPARAM) return 0; } -INT_PTR ImportFeeds(WPARAM, LPARAM) -{ - if (pImportDialog == nullptr) - pImportDialog = new CImportFeed(nullptr); - pImportDialog->Show(); - return 0; -} - -INT_PTR ExportFeeds(WPARAM, LPARAM) -{ - if (pExportDialog == nullptr) - pExportDialog = new CExportFeed(); - pExportDialog->Show(); - return 0; -} - INT_PTR CheckFeed(WPARAM hContact, LPARAM) { if(IsMyContact((MCONTACT)hContact)) |