summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index 0e660d098..40ba17332 100644
--- a/include/users.h
+++ b/include/users.h
@@ -436,7 +436,6 @@ class CoreExport User : public Extensible
* @param m The user mode
* @param value On or off setting of the mode
*/
- void SetMode(unsigned char m, bool value);
void SetMode(ModeHandler* mh, bool value);
void SetMode(ModeHandler& mh, bool value) { SetMode(&mh, value); }