remove an obsolete function
This commit is contained in:
		
							parent
							
								
									4f41ae399b
								
							
						
					
					
						commit
						43368bf900
					
				@ -15,6 +15,8 @@
 | 
			
		||||
 *	fait le meme genre de truc, mais en bien mieux...
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*	Private variables */
 | 
			
		||||
static	Image_Desc	*S, *D;
 | 
			
		||||
static	int		seuil;
 | 
			
		||||
static  int		level, maxlevel;
 | 
			
		||||
@ -138,14 +140,4 @@ dest->modified = 1;
 | 
			
		||||
return FUNC_IS_ALPHA;
 | 
			
		||||
}
 | 
			
		||||
/*::------------------------------------------------------------------::*/
 | 
			
		||||
int
 | 
			
		||||
Image_call_recursion(Image_Desc *image, Image_Desc *dest, int param)
 | 
			
		||||
{
 | 
			
		||||
int	foo;
 | 
			
		||||
 | 
			
		||||
fprintf(stderr, "XXX %s is obsolete XXX\n", __func__);
 | 
			
		||||
foo = Image_call_recursion_0(image, dest, param);
 | 
			
		||||
 | 
			
		||||
return foo;
 | 
			
		||||
}
 | 
			
		||||
/*::------------------------------------------------------------------::*/
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user