diff options
author | smatz <smatz@openttd.org> | 2011-01-01 21:39:52 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2011-01-01 21:39:52 +0000 |
commit | 8b6a8a89354e8c1390b9460ae03505c1dccb776e (patch) | |
tree | 280cf0261e382c08347362ea5997e07746a33b29 /src/console_cmds.cpp | |
parent | 13456934b1957b6dcd432eaf8a1e85f90fdf1ccf (diff) | |
download | openttd-8b6a8a89354e8c1390b9460ae03505c1dccb776e.tar.xz |
(svn r21692) -Cleanup: remove unused extern declaration of HashCurrentCompanyPassword(), make it static
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r-- | src/console_cmds.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 8f4cf50b9..375f98cc5 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -1507,8 +1507,6 @@ DEF_CONSOLE_CMD(ConSayClient) return true; } -extern void HashCurrentCompanyPassword(const char *password); - DEF_CONSOLE_CMD(ConCompanyPassword) { if (argc == 0) { |