diff options
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 |