From d47686c88ea63866ebe7889102f86703dd8b9c3c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 30 Mar 2018 13:05:05 -0400 Subject: [PATCH 1/2] 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 5281c3bad7..35dcb81ce2 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 ..()