Removes a unused helper (#36811)

This commit is contained in:
Jalleo
2018-03-31 03:46:15 +01:00
committed by CitadelStationBot
parent acc54fedb0
commit fb28072ef3
-6
View File
@@ -20,12 +20,6 @@
return null
return format_text ? format_text(A.name) : A.name
/proc/get_area_by_name(N) //get area by its name
for(var/area/A in world)
if(A.name == N)
return A
return 0
/proc/get_areas_in_range(dist=0, atom/center=usr)
if(!dist)
var/turf/T = get_turf(center)