(svn r21692) -Cleanup: remove unused extern declaration of HashCurrentCompanyPassword(), make it static

This commit is contained in:
smatz
2011-01-01 21:39:52 +00:00
parent 13456934b1
commit 8b6a8a8935
2 changed files with 1 additions and 3 deletions

View File

@@ -1507,8 +1507,6 @@ DEF_CONSOLE_CMD(ConSayClient)
return true;
}
extern void HashCurrentCompanyPassword(const char *password);
DEF_CONSOLE_CMD(ConCompanyPassword)
{
if (argc == 0) {