mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user