Remove obsolete TODO

This commit is contained in:
Sasha Koshka 2024-06-15 23:35:44 -04:00
parent e21b57a915
commit caa261665f

View File

@ -183,7 +183,6 @@ func (this *window) SetIcon (sizes ...canvas.Texture) {
wmIcons := []ewmh.WmIcon { }
for _, icon := range sizes {
// TODO we use textures now. make this better
icon, ok := icon.(*xcanvas.Texture)
if !ok { continue }