mirror of
				https://git.code.sf.net/p/libpng/code.git
				synced 2025-07-10 18:04:09 +02:00 
			
		
		
		
	[devel] Removed the now-unused PNG_DEPSTRUCT macro
This commit is contained in:
		
							parent
							
								
									b302c4721a
								
							
						
					
					
						commit
						5adc5a2ff8
					
				@ -365,9 +365,6 @@
 | 
			
		||||
#      ifndef PNG_DEPRECATED
 | 
			
		||||
#        define PNG_DEPRECATED __attribute__((__deprecated__))
 | 
			
		||||
#      endif
 | 
			
		||||
#      ifndef PNG_DEPSTRUCT
 | 
			
		||||
#        define PNG_DEPSTRUCT  __attribute__((__deprecated__))
 | 
			
		||||
#      endif
 | 
			
		||||
#      ifndef PNG_PRIVATE
 | 
			
		||||
#        if 0 /* Doesn't work so we use deprecated instead*/
 | 
			
		||||
#          define PNG_PRIVATE \
 | 
			
		||||
@ -399,9 +396,6 @@
 | 
			
		||||
#      ifndef PNG_DEPRECATED
 | 
			
		||||
#        define PNG_DEPRECATED __declspec(deprecated)
 | 
			
		||||
#      endif
 | 
			
		||||
#      ifndef PNG_DEPSTRUCT
 | 
			
		||||
#        define PNG_DEPSTRUCT  __declspec(deprecated)
 | 
			
		||||
#      endif
 | 
			
		||||
#      ifndef PNG_PRIVATE
 | 
			
		||||
#        define PNG_PRIVATE __declspec(deprecated)
 | 
			
		||||
#      endif
 | 
			
		||||
@ -421,9 +415,6 @@
 | 
			
		||||
#ifndef PNG_ALLOCATED
 | 
			
		||||
#  define PNG_ALLOCATED   /* The result of the function is new memory */
 | 
			
		||||
#endif
 | 
			
		||||
#ifndef PNG_DEPSTRUCT
 | 
			
		||||
#  define PNG_DEPSTRUCT   /* Access to this struct member is deprecated */
 | 
			
		||||
#endif
 | 
			
		||||
#ifndef PNG_PRIVATE
 | 
			
		||||
#  define PNG_PRIVATE     /* This is a private libpng function */
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user