Removes (now unused) sandbox related config and variable (#66803)

I don't know when we removed sandbox but this datum doesn't exist anymore and this var is unused

Also the config does nothing anymore so might as well throw that out
This commit is contained in:
MrMelbert
2022-05-09 18:53:39 -07:00
committed by GitHub
parent 36fe78f988
commit b9ba2d2dae
3 changed files with 0 additions and 11 deletions
-2
View File
@@ -221,8 +221,6 @@
var/list/client_colours = list()
var/hud_type = /datum/hud
var/datum/h_sandbox/sandbox = null
var/datum/focus //What receives our keyboard inputs. src by default
/// Used for tracking last uses of emotes for cooldown purposes