File diff r7412:e5f07529a093 → r7413:3ccdde9800e0
src/signs.h
Show inline comments
 
@@ -27,8 +27,6 @@ struct Sign : PoolItem<Sign, SignID, &_S
 
	~Sign();
 

	
 
	bool IsValid() const { return this->str != STR_NULL; }
 

	
 
	void QuickFree();
 
};
 

	
 
enum {