summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-09-04 13:05:13 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-09-04 13:05:13 +0200
commit117db983d2ce28aeb1d1e0d36879c4ea1c34f10a (patch)
treee051b706451207e972d7681a0faccc5b26583014 /include
parentf535b1ef72eb4c298ce999bac791acb48665dc66 (diff)
Remove unused parameter passed to ModeParser::DisplayCurrentModes()
Diffstat (limited to 'include')
-rw-r--r--include/mode.h2
1 files changed, 1 insertions, 1 deletions
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<ModeParser>
/** 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.
*/