diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-09-04 13:05:13 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-09-04 13:05:13 +0200 |
commit | 117db983d2ce28aeb1d1e0d36879c4ea1c34f10a (patch) | |
tree | e051b706451207e972d7681a0faccc5b26583014 /include/mode.h | |
parent | f535b1ef72eb4c298ce999bac791acb48665dc66 (diff) |
Remove unused parameter passed to ModeParser::DisplayCurrentModes()
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
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. */ |