diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-27 16:57:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-27 16:57:34 +0300 |
commit | e70704f2b1609b49319e34f466afaf4454d92382 (patch) | |
tree | 8e6cccc2103fcb80e420c95a28801c6f7aff2435 /src/commands.h | |
parent | 8f173afdd496eda7fddd2b166e11626651600501 (diff) | |
download | plus-e70704f2b1609b49319e34f466afaf4454d92382.tar.gz plus-e70704f2b1609b49319e34f466afaf4454d92382.tar.bz2 plus-e70704f2b1609b49319e34f466afaf4454d92382.tar.xz plus-e70704f2b1609b49319e34f466afaf4454d92382.zip |
Move method replaceVars into chatutils.cpp.
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/commands.h b/src/commands.h index 424969210..6bcdf6790 100644 --- a/src/commands.h +++ b/src/commands.h @@ -49,11 +49,6 @@ struct CommandInfo final bool useArgs; }; -namespace Commands -{ - void replaceVars(std::string &str); -} // namespace Commands - enum { END_COMMANDS = 0 |