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:
committed by
Chris Cummer
parent
de7480b221
commit
0b8a063487
@@ -59,7 +59,6 @@ func (widget *Widget) contentFrom(items []Item) string {
|
||||
}
|
||||
|
||||
str := ""
|
||||
|
||||
for _, item := range items {
|
||||
str = str + widget.display(item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user