project_files/HedgewarsMobile/Classes/CommodityFunctions.m
changeset 5994 3c578f531cc1
parent 5486 e75f7c3c6275
child 6000 dbcebcd3d79f
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Thu Sep 22 23:20:11 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Fri Sep 23 09:58:41 2011 +0200
@@ -63,10 +63,6 @@
 #endif
 }
 
-BOOL inline isApplePhone () {
-    return (IS_IPAD() == NO);
-}
-
 NSString *getModelType () {
     size_t size;
     // set 'oldp' parameter to NULL to get the size of the data returned so we can allocate appropriate amount of space