File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/newgrf_config.cpp
Show inline comments
 
@@ -757,9 +757,7 @@ void DoScanNewGRFFiles(void *callback)
 

	
 
		free(to_sort);
 

	
 
#ifdef ENABLE_NETWORK
 
		NetworkAfterNewGRFScan();
 
#endif
 
	}
 

	
 
	_modal_progress_work_mutex->EndCritical();
 
@@ -826,8 +824,6 @@ const GRFConfig *FindGRFConfig(uint32 gr
 
	return best;
 
}
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
/** Structure for UnknownGRFs; this is a lightweight variant of GRFConfig */
 
struct UnknownGRF : public GRFIdentifier {
 
	UnknownGRF *next;     ///< The next unknown GRF.
 
@@ -877,9 +873,6 @@ GRFTextWrapper *FindUnknownGRFName(uint3
 
	return grf->name;
 
}
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 

	
 
/**
 
 * Retrieve a NewGRF from the current config by its grfid.
 
 * @param grfid grf to look for.