project_files/HedgewarsMobile/Classes/CommodityFunctions.h
changeset 5201 7b9aa7aac336
parent 5185 7607a64e1853
child 5206 db775bddf771
--- 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);