Skip to content

Commit

Permalink
Removed empty TrigggerAction implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jul 19, 2019
1 parent c0d8f46 commit 88c2cd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions widget_clock.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ func (w *ClockWidget) Update(dev *streamdeck.Device) {
log.Fatal(err)
}
}

func (w *ClockWidget) TriggerAction() {
}
3 changes: 0 additions & 3 deletions widget_top.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ func (w *TopWidget) Update(dev *streamdeck.Device) {
log.Fatal(err)
}
}

func (w *TopWidget) TriggerAction() {
}

0 comments on commit 88c2cd9

Please sign in to comment.