From 98d8e5e37e3ec3ebfbfb47c4316ee63b2a6db9f1 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 8 Jun 2011 04:04:08 +0100 Subject: [PATCH] CUser: remove some non-existant methods from the headers These include: - SendFile - GetFile - ResumeFile Which were removed when DCC was moved out of the core --- User.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/User.h b/User.h index aa8b7e97..e61ca75d 100644 --- a/User.h +++ b/User.h @@ -121,9 +121,6 @@ public: CString AddTimestamp(const CString& sStr) const; CString& AddTimestamp(const CString& sStr, CString& sRet) const; - bool SendFile(const CString& sRemoteNick, const CString& sFileName, const CString& sModuleName = ""); - bool GetFile(const CString& sRemoteNick, const CString& sRemoteIP, unsigned short uRemotePort, const CString& sFileName, unsigned long uFileSize, const CString& sModuleName = ""); - bool ResumeFile(unsigned short uPort, unsigned long uFileSize); CString GetCurNick() const; bool Clone(const CUser& User, CString& sErrorRet, bool bCloneChans = true); void BounceAllClients();