diff -r 7440fe992e73 -r 7b9aa7aac336 project_files/HedgewarsMobile/Classes/CommodityFunctions.h --- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.h Tue May 03 23:16:47 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.h Wed May 04 01:19:39 2011 +0200 @@ -63,8 +63,6 @@ #define IS_NOT_VERY_POWERFUL() ([modelType() hasPrefix:@"iPad1"] || [modelType() hasPrefix:@"iPhone2"] || [modelType() hasPrefix:@"iPod3"] || [modelType() hasPrefix:@"iPod4"] ) #define IS_VERY_POWERFUL() (IS_NOT_POWERFUL() == NO && IS_NOT_VERY_POWERFUL() == NO) -#define DEFAULT_NETGAME_PORT 46631 - void print_free_memory (void); void playSound (NSString *snd);