1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Remove leftover porting hack

This commit is contained in:
Michał Janiszewski
2015-10-01 17:05:31 +02:00
parent 57332a71fd
commit ca298d5568

View File

@@ -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);