From 437d5d9798f523c29bfaae0a2849c471249a65b6 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 27 May 2008 20:25:28 +0000 Subject: (svn r13298) -Codechange: remove unused _total_signs --- src/signs_base.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/signs_base.h') diff --git a/src/signs_base.h b/src/signs_base.h index e27441cb4..4d0d05926 100644 --- a/src/signs_base.h +++ b/src/signs_base.h @@ -40,12 +40,6 @@ static inline SignID GetMaxSignIndex() return GetSignPoolSize() - 1; } -static inline uint GetNumSigns() -{ - extern uint _total_signs; - return _total_signs; -} - static inline bool IsValidSignID(uint index) { return index < GetSignPoolSize() && GetSign(index)->IsValid(); -- cgit v1.2.3-54-g00ecf