mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[libpng16] Removed some unused arrays from png_read_push_finish_row().
This commit is contained in:
		
							parent
							
								
									aa725a375c
								
							
						
					
					
						commit
						74df4f1956
					
				@ -1201,6 +1201,7 @@ png_push_process_row(png_structrp png_ptr)
 | 
			
		||||
void /* PRIVATE */
 | 
			
		||||
png_read_push_finish_row(png_structrp png_ptr)
 | 
			
		||||
{
 | 
			
		||||
#ifdef PNG_READ_INTERLACING_SUPPORTED
 | 
			
		||||
   /* Arrays to facilitate easy interlacing - use pass (0 - 6) as index */
 | 
			
		||||
 | 
			
		||||
   /* Start of interlace block */
 | 
			
		||||
@ -1219,6 +1220,7 @@ png_read_push_finish_row(png_structrp png_ptr)
 | 
			
		||||
    * it, uncomment it here and in png.h
 | 
			
		||||
   static PNG_CONST png_byte png_pass_height[] = {8, 8, 4, 4, 2, 2, 1};
 | 
			
		||||
   */
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
   png_ptr->row_number++;
 | 
			
		||||
   if (png_ptr->row_number < png_ptr->num_rows)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user