Skip to content

Commit 88c2cd9

Browse files
committed
Removed empty TrigggerAction implementations
1 parent c0d8f46 commit 88c2cd9

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

widget_clock.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,3 @@ func (w *ClockWidget) Update(dev *streamdeck.Device) {
2929
log.Fatal(err)
3030
}
3131
}
32-
33-
func (w *ClockWidget) TriggerAction() {
34-
}

widget_top.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ func (w *TopWidget) Update(dev *streamdeck.Device) {
3636
log.Fatal(err)
3737
}
3838
}
39-
40-
func (w *TopWidget) TriggerAction() {
41-
}

0 commit comments

Comments
 (0)