Remove OnUser{Attached,Detached}

These are unused functions that are only used for generating warning messages
due to -Woverloaded-virtual. These were introduced in 2008. I think nothing
needs this any more, so let's just remove these for good. Bye, bye.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2047 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-06-29 19:07:04 +00:00
parent 9c92d93ac4
commit 84abd9ec1a
-4
View File
@@ -499,10 +499,6 @@ public:
*/
virtual EModRet OnPrivBufferPlayLine(CClient& Client, CString& sLine);
/** @deprecated Use CModule::OnClientLogin instead. */
virtual void OnUserAttached(bool thisFunctionWasRemoved, bool UseOnClientLogin) {}
/** @deprecated Use CModule::OnClientDisconnect instead. */
virtual void OnUserDetached(bool thisFunctionWasRemoved, bool UseOnClientDisconnect) {}
/** Called when a client successfully logged in to ZNC. */
virtual void OnClientLogin();
/** Called when a client disconnected from ZNC. */