Remove outdated TODO
This commit is contained in:
parent
3a4038dad9
commit
fa91b4f415
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user