Removes empty New()

This commit is contained in:
Jordan Brown
2018-03-30 13:05:05 -04:00
committed by CitadelStationBot
parent 78bc5ed7ef
commit d47686c88e
@@ -31,9 +31,6 @@
if(frequency)
radio_connection = SSradio.add_object(src, frequency, RADIO_ATMOSIA)
/obj/machinery/atmospherics/components/trinary/filter/New()
..()
/obj/machinery/atmospherics/components/trinary/filter/Destroy()
SSradio.remove_object(src,frequency)
return ..()