From 1662f21eedf91c49ac97333f72f494c36895803e Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 2 Sep 2009 00:50:21 +0000 Subject: Remove now-unused quitmsg/operquitmsg fields from User git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11637 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 35aa2cd30..dfff7f034 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1926,16 +1926,6 @@ void User::HandleEvent(EventType et, int errornum) } } -void User::SetOperQuit(const std::string &oquit) -{ - operquitmsg = oquit; -} - -const std::string& User::GetOperQuit() -{ - return operquitmsg; -} - void User::IncreasePenalty(int increase) { this->Penalty += increase; -- cgit v1.2.3