File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/network_content_gui.cpp
Show inline comments
 
@@ -6,13 +6,12 @@
 
 * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file network_content_gui.cpp Implementation of the Network Content related GUIs. */
 

	
 
#if defined(ENABLE_NETWORK)
 
#include "../stdafx.h"
 
#include "../strings_func.h"
 
#include "../gfx_func.h"
 
#include "../window_func.h"
 
#include "../error.h"
 
#include "../ai/ai.hpp"
 
@@ -1165,8 +1164,6 @@ void ShowNetworkContentListWindow(Conten
 
	/* Connection failed... clean up the mess */
 
	if (cv != NULL) {
 
		for (ContentIterator iter = cv->Begin(); iter != cv->End(); iter++) delete *iter;
 
	}
 
#endif /* WITH_ZLIB */
 
}
 

	
 
#endif /* ENABLE_NETWORK */