1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-21 14:12:17 -07:00

Cleanup unwanted comments

This commit is contained in:
Narendra L
2019-09-09 09:28:42 +02:00
parent 348b2ffa5d
commit 3ad04c4969
3 changed files with 6 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ func renderWidget(widgetSettings Settings) string {
return mergeLines(outputStrings)
}
func (widget *Widget) display(dateFormat string, timeFormat string) {
func (widget *Widget) display() {
widget.Redraw(func() (string, string, bool) {
return widget.CommonSettings().Title, renderWidget(*widget.settings), false
})