Cleans up unused circuitry code (#32840)

This commit is contained in:
ShizCalev
2017-11-18 14:02:29 -05:00
committed by CitadelStationBot
parent c4eb49994f
commit 88da7f3d30
9 changed files with 5 additions and 137 deletions
@@ -13,7 +13,6 @@
io_type_override = io_list_copy[io_entry]
if(io_type_override)
// world << "io_type_override is now [io_type_override] on [src]."
io_list.Add(new io_type_override(src, io_entry, default_data))
else
io_list.Add(new io_type(src, io_entry, default_data))