Remove outdated TODO

This commit is contained in:
Sasha Koshka 2024-08-11 10:36:58 -04:00
parent 3a4038dad9
commit fa91b4f415

View File

@ -24,8 +24,6 @@ func (this *Registrar) SetBackend () (tomo.Backend, error) {
} }
func (this *Registrar) SetTheme () 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") styleSheetName := os.Getenv("TOMO_STYLE_SHEET")
if styleSheetName != "" { if styleSheetName != "" {
styl, _, err := tss.LoadFile(styleSheetName) styl, _, err := tss.LoadFile(styleSheetName)