Deleting Unused Variables (Code Readability) (#18317)

* deleted

* was supposed to delete this before first commit
This commit is contained in:
KalevTait
2022-07-10 12:47:51 +01:00
committed by GitHub
parent 258cac66c0
commit 38679890ca
36 changed files with 20 additions and 64 deletions
@@ -7,7 +7,6 @@
var/area/target = null
var/active = FALSE
var/list/holographic_items = list()
var/damaged = 0
var/last_change = 0
light_color = LIGHT_COLOR_CYAN
@@ -206,7 +205,6 @@
if(active)
if(!checkInteg(linkedholodeck))
damaged = 1
target = locate(/area/holodeck/source_plating)
if(target)
loadProgram(target)