summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/mode.h b/include/mode.h
index 57f1b0669..fc6684a6f 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -447,11 +447,6 @@ class CoreExport ModeParser
ModeParser();
~ModeParser();
- /** Used to check if user 'd' should be allowed to do operation 'MASK' on channel 'chan'.
- * for example, should 'user A' be able to 'op' on 'channel B'.
- */
- User* SanityChecks(User *user,const char *dest,Channel *chan,int status);
-
/** Initialize all built-in modes
*/
static void InitBuiltinModes();
@@ -555,8 +550,6 @@ class CoreExport ModeParser
*/
std::string GiveModeList(ModeMasks m);
- static bool PrefixComparison(ModeHandler* one, ModeHandler* two);
-
/** This returns the PREFIX=(ohv)@%+ section of the 005 numeric, or
* just the "@%+" part if the parameter false
*/