From 10bae314831aefc49946e80a47cab46779cefd76 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 2 Apr 2014 12:52:20 +0200 Subject: Remove unused User::WriteCommonExcept() WriteCommonRaw(msg, false) has similiar functionality with a std::string parameter --- src/users.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 28a8bd4ea..a15c31727 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -919,17 +919,6 @@ void User::WriteCommon(const char* text, ...) this->WriteCommonRaw(textbuffer, true); } -void User::WriteCommonExcept(const char* text, ...) -{ - if (this->registered != REG_ALL || quitting) - return; - - std::string textbuffer; - VAFORMAT(textbuffer, text, text); - textbuffer = ":" + this->GetFullHost() + " " + textbuffer; - this->WriteCommonRaw(textbuffer, false); -} - void User::WriteCommonRaw(const std::string &line, bool include_self) { if (this->registered != REG_ALL || quitting) -- cgit v1.3.1-10-gc9f91