aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/nntp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nntp')
-rw-r--r--src/core/nntp/MCNNTPSession.cpp5
-rw-r--r--src/core/nntp/MCNNTPSession.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/src/core/nntp/MCNNTPSession.cpp b/src/core/nntp/MCNNTPSession.cpp
index bc86ebbc..933f10f2 100644
--- a/src/core/nntp/MCNNTPSession.cpp
+++ b/src/core/nntp/MCNNTPSession.cpp
@@ -493,11 +493,6 @@ Data * NNTPSession::fetchArticleByMessageID(String * messageID, ErrorCode * pErr
return result;
}
-Data * NNTPSession::fetchArticleByMessageID(String * groupName, String * messageID, ErrorCode * pError)
-{
- return this->fetchArticleByMessageID(messageID, pError);
-}
-
time_t NNTPSession::fetchServerDate(ErrorCode * pError) {
int r;
struct tm time;
diff --git a/src/core/nntp/MCNNTPSession.h b/src/core/nntp/MCNNTPSession.h
index c39cf727..ec0080ed 100644
--- a/src/core/nntp/MCNNTPSession.h
+++ b/src/core/nntp/MCNNTPSession.h
@@ -54,7 +54,6 @@ namespace mailcore {
virtual Data * fetchArticle(String *groupName, unsigned int index, NNTPProgressCallback * callback, ErrorCode * pError);
virtual Data * fetchArticleByMessageID(String * messageID, ErrorCode * pError);
- virtual Data * fetchArticleByMessageID(String * groupname, String * messageID, ErrorCode * pError);
virtual time_t fetchServerDate(ErrorCode * pError);