diff --git a/x/window.go b/x/window.go index 283d4f6..e3a5569 100644 --- a/x/window.go +++ b/x/window.go @@ -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 }