From fa91b4f41510a2124f82e7d319ed15f195234dd4 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 11 Aug 2024 10:36:58 -0400 Subject: [PATCH] Remove outdated TODO --- internal/registrar/registrar_unix.go | 2 -- 1 file changed, 2 deletions(-) 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)