project_files/HedgewarsMobile/Classes/UIImageExtra.h
changeset 4478 05029b4d8490
parent 4446 3093791dc620
child 4976 088d40d8aba2
--- a/project_files/HedgewarsMobile/Classes/UIImageExtra.h	Wed Dec 08 14:47:52 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/UIImageExtra.h	Wed Dec 08 15:16:57 2010 +0100
@@ -28,7 +28,6 @@
 
 -(UIImage *)scaleToSize:(CGSize) size;
 -(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint;
--(UIImage *)mergeWith:(UIImage *)secondImage atPoint:(CGPoint) secondImagePoint ofSize:(CGSize) resultingSize;
 -(id) initWithContentsOfFile:(NSString *)path andCutAt:(CGRect) rect;
 -(UIImage *)cutAt:(CGRect) rect;
 -(UIImage *)convertToGrayScale;