mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	nodedef: Delete two unused method definitions (#7288)
This commit is contained in:
		@@ -405,8 +405,6 @@ struct ContentFeatures
 | 
			
		||||
	void reset();
 | 
			
		||||
	void serialize(std::ostream &os, u16 protocol_version) const;
 | 
			
		||||
	void deSerialize(std::istream &is);
 | 
			
		||||
	void serializeOld(std::ostream &os, u16 protocol_version) const;
 | 
			
		||||
	void deSerializeOld(std::istream &is, int version);
 | 
			
		||||
	/*!
 | 
			
		||||
	 * Since vertex alpha is no longer supported, this method
 | 
			
		||||
	 * adds opacity directly to the texture pixels.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user