diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mode.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mode.h b/include/mode.h index 91e47fd3e..5f58d0f41 100644 --- a/include/mode.h +++ b/include/mode.h @@ -782,14 +782,6 @@ class CoreExport ModeParser */ PrefixMode* FindPrefix(unsigned const char pfxletter); - /** Generates a list of modes, comma separated by type: - * 1; Listmodes EXCEPT those with a prefix - * 2; Modes that take a param when adding or removing - * 3; Modes that only take a param when adding - * 4; Modes that dont take a param - */ - std::string GiveModeList(ModeType mt); - /** This returns the PREFIX=(ohv)@%+ section of the 005 numeric, or * just the "@%+" part if the parameter false */ |
