From a577206f79a1b1cecf1c1fd43bbbbbc3ee01dd7a Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 30 Mar 2018 13:05:05 -0400 Subject: [PATCH] Removes empty New() --- .../machinery/components/trinary_devices/filter.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm b/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm index 5281c3bad79..35dcb81ce27 100644 --- a/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm +++ b/code/modules/atmospherics/machinery/components/trinary_devices/filter.dm @@ -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 ..()