From 53851d5e776484c92d535d756d6cb06a4fc9013a Mon Sep 17 00:00:00 2001 From: ludde Date: Thu, 14 Jul 2005 09:53:52 +0000 Subject: (svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they are just confusing and just do the same thing as GetParamInt32 --- strings.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'strings.h') diff --git a/strings.h b/strings.h index f3cd34d1d..2114a1062 100644 --- a/strings.h +++ b/strings.h @@ -10,14 +10,8 @@ static inline char* InlineString(char* buf, uint16 string) } char *GetString(char *buffr, uint16 string); - void InjectDParam(int amount); - int32 GetParamInt32(void); -int GetParamInt16(void); -int GetParamInt8(void); -int GetParamUint16(void); - uint GetCurrentCurrencyRate(void); #endif -- cgit v1.2.3-54-g00ecf