diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-06-02 00:28:55 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-06-02 00:28:55 +0200 |
commit | b01dc3cb865c2faacfa69f6a081117bf349c6f40 (patch) | |
tree | 085867c898f36c12260a5933b74df1b11a623363 /src/mode.cpp | |
parent | 3e704abc5af27cc6d8d3e5e720d2fe497b423417 (diff) |
Move a few trivial functions into headers
Diffstat (limited to 'src/mode.cpp')
-rw-r--r-- | src/mode.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mode.cpp b/src/mode.cpp index c96f25f7f..578fc2c27 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -44,11 +44,6 @@ ModeHandler::~ModeHandler() { } -bool ModeHandler::IsListMode() -{ - return list; -} - unsigned int ModeHandler::GetPrefixRank() { return 0; @@ -556,11 +551,6 @@ void ModeParser::DisplayListModes(User* user, Channel* chan, std::string &mode_s } } -const std::string& ModeParser::GetLastParse() -{ - return LastParse; -} - void ModeParser::CleanMask(std::string &mask) { std::string::size_type pos_of_pling = mask.find_first_of('!'); |