mirror of
https://github.com/taigrr/wtf
synced 2026-03-25 11:32:19 -07:00
Remove the unnecessary mutex from gcal
This commit is contained in:
@@ -29,9 +29,6 @@ func (widget *Widget) display() {
|
||||
return
|
||||
}
|
||||
|
||||
widget.mutex.Lock()
|
||||
defer widget.mutex.Unlock()
|
||||
|
||||
widget.View.SetTitle(widget.ContextualTitle(widget.settings.common.Title))
|
||||
widget.View.SetText(widget.contentFrom(widget.calEvents))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user