1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Merge pull request #1995 from janisozaur/cleanup

Remove leftover porting hack
This commit is contained in:
Ted John
2015-10-03 19:22:53 +01:00

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