aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/pop/MCPOPSession.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pop/MCPOPSession.cc')
-rw-r--r--src/core/pop/MCPOPSession.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/pop/MCPOPSession.cc b/src/core/pop/MCPOPSession.cc
index 26a0c868..95880198 100644
--- a/src/core/pop/MCPOPSession.cc
+++ b/src/core/pop/MCPOPSession.cc
@@ -44,13 +44,6 @@ POPSession::~POPSession()
MC_SAFE_RELEASE(mPassword);
}
-#if 0
-String * POPSession::className()
-{
- return MCSTR("POPSession");
-}
-#endif
-
void POPSession::setHostname(String * hostname)
{
MC_SAFE_REPLACE_COPY(String, mHostname, hostname);