From 117db983d2ce28aeb1d1e0d36879c4ea1c34f10a Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Thu, 4 Sep 2014 13:05:13 +0200 Subject: Remove unused parameter passed to ModeParser::DisplayCurrentModes() --- include/mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mode.h b/include/mode.h index de92e8ec5..cbe20ff97 100644 --- a/include/mode.h +++ b/include/mode.h @@ -533,7 +533,7 @@ class CoreExport ModeParser : public fakederef /** Displays the current modes of a channel or user. * Used by ModeParser::Process. */ - void DisplayCurrentModes(User *user, User* targetuser, Channel* targetchannel, const char* text); + void DisplayCurrentModes(User* user, User* targetuser, Channel* targetchannel); /** Displays the value of a list mode * Used by ModeParser::Process. */ -- cgit v1.2.3