From e1aa96ad6450221c3c3b832813995ca6cf693376 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 19 Sep 2017 06:24:47 -0500 Subject: [PATCH] [MIRROR] Remove unused check_pressure proc (#2852) * Remove unused check_pressure proc (#30853) * Remove unused check_pressure proc --- code/modules/atmospherics/machinery/pipes/pipes.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/atmospherics/machinery/pipes/pipes.dm b/code/modules/atmospherics/machinery/pipes/pipes.dm index ffc797860b..53f7050e05 100644 --- a/code/modules/atmospherics/machinery/pipes/pipes.dm +++ b/code/modules/atmospherics/machinery/pipes/pipes.dm @@ -42,11 +42,6 @@ invisibility = i ? INVISIBILITY_MAXIMUM : 0 update_icon() -/obj/machinery/atmospherics/pipe/proc/check_pressure(pressure) - //Return 1 if parent should continue checking other pipes - //Return null if parent should stop checking other pipes. Recall: del(src) will by default return null - return 1 - /obj/machinery/atmospherics/pipe/proc/releaseAirToTurf() if(air_temporary) var/turf/T = loc