diff --git a/internal/registrar/registrar_unix.go b/internal/registrar/registrar_unix.go index 661bd00..77c0c5e 100644 --- a/internal/registrar/registrar_unix.go +++ b/internal/registrar/registrar_unix.go @@ -24,8 +24,6 @@ func (this *Registrar) SetBackend () (tomo.Backend, error) { } func (this *Registrar) SetTheme () error { - // TODO eventually get rid of this when we make a file format for - // storing visual styles styleSheetName := os.Getenv("TOMO_STYLE_SHEET") if styleSheetName != "" { styl, _, err := tss.LoadFile(styleSheetName)