Unifies datum var definitions (#2237)

This commit is contained in:
CitadelStationBot
2017-08-03 08:02:58 -05:00
committed by kevinz000
parent 87b56c9d9c
commit 6cd0855b5a
6 changed files with 32 additions and 36 deletions
-7
View File
@@ -60,13 +60,6 @@
/datum/proc/ui_host()
return src // Default src.
/**
* global
*
* Used to track the current screen.
**/
/datum/var/ui_screen = "home"
/**
* global
*