Merge pull request #32729 from Qustinnus/cheapGBP

removes an unused var from radio code
This commit is contained in:
oranges
2017-11-15 20:26:48 +13:00
committed by CitadelStationBot
parent 809951c56c
commit 156aa30c61
@@ -11,7 +11,6 @@
var/frequency = 1459 //common chat
var/traitor_frequency = 0 //tune to frequency to unlock traitor supplies
var/canhear_range = 3 // the range which mobs can hear this radio from
var/obj/item/device/radio/patch_link = null
var/list/secure_radio_connections
var/prison_radio = 0
var/b_stat = 0
@@ -82,7 +81,6 @@
qdel(wires)
wires = null
remove_radio_all(src) //Just to be sure
patch_link = null
keyslot = null
return ..()