1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

ExecuteCommand() moved into the utils dumping ground

This commit is contained in:
Chris Cummer
2018-04-02 08:36:43 -07:00
committed by Chris Cummer
parent de7480b221
commit 0b8a063487
3 changed files with 12 additions and 50 deletions

View File

@@ -59,7 +59,6 @@ func (widget *Widget) contentFrom(items []Item) string {
}
str := ""
for _, item := range items {
str = str + widget.display(item)
}