From ca298d5568550a61ecc028f9299a5a402061030b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 1 Oct 2015 17:05:31 +0200 Subject: [PATCH] Remove leftover porting hack --- src/object_list.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/object_list.c b/src/object_list.c index cccd9b3592..3700aa7825 100644 --- a/src/object_list.c +++ b/src/object_list.c @@ -355,11 +355,6 @@ static int object_list_cache_load(int totalFiles, uint64 totalFileSize, int file rct_plugin_header pluginHeader; uint32 filterVersion = 0; -#ifndef _WIN32 - // TODO: remove me! - log_error("this is to be removed after testing/implementation is done"); - return 0; -#endif log_verbose("loading object list cache (plugin.dat)"); get_plugin_path(path);