From 14f96d4f59e4c91915bb15d2f4ca845e6e2e459e Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 12 Jun 2008 09:03:37 +0000 Subject: Remove unneeded methods (including the old resistance screen), rename debugging functions, and some other clean-up. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5757 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/command.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/command.cc') diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index f9c1650513..8f086eebea 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -210,7 +210,7 @@ static std::string _get_version_changes(void) return (result); } -void print_version(void) +static void _print_version(void) { formatted_scroller cmd_version; @@ -1441,7 +1441,7 @@ static int _keyhelp_keyfilter(int ch) case 'v': case 'V': { - print_version(); + _print_version(); return -1; } } -- cgit v1.2.3-54-g00ecf