remove deprecated style var

This commit is contained in:
actioninja
2020-04-19 19:36:40 +03:00
committed by Aleksej Komarov
parent fc55b6adda
commit 158e70df99
4 changed files with 0 additions and 18 deletions
-1
View File
@@ -127,7 +127,6 @@
if(!ui)
ui = new(user, src, ui_key, "Uplink", name, 620, 580, master_ui, state)
ui.set_autoupdate(FALSE) // This UI is only ever opened by one person, and never is updated outside of user input.
ui.set_style("syndicate")
ui.open()
/datum/component/uplink/ui_data(mob/user)