From b0d652a15f46bbd05657b39ca1bcadd42769354b Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Thu, 16 May 2013 15:52:01 +0200 Subject: Remove unused UserManager::ServerPrivmsgAll() --- include/usermanager.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/usermanager.h b/include/usermanager.h index 560db17f2..1ab48925d 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -148,9 +148,6 @@ class CoreExport UserManager */ unsigned int LocalUserCount(); - - - /** Number of users with a certain mode set on them */ int ModeCount(const char mode); @@ -160,10 +157,4 @@ class CoreExport UserManager * @param ... The format arguments */ void ServerNoticeAll(const char* text, ...) CUSTOM_PRINTF(2, 3); - - /** Send a server message (PRIVMSG) to all local users - * @param text The text format string to send - * @param ... The format arguments - */ - void ServerPrivmsgAll(const char* text, ...) CUSTOM_PRINTF(2, 3); }; -- cgit v1.3.1-10-gc9f91