Skip to content

Commit

Permalink
removed unused type Hints
Browse files Browse the repository at this point in the history
  • Loading branch information
esiqveland committed May 26, 2024
1 parent 4040333 commit 267dd7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ type Hint struct {
Variant dbus.Variant
}

type Hints map[string]dbus.Variant

func HintSoundWithName(soundName string) Hint {
return Hint{
ID: "sound-name",
Expand Down

0 comments on commit 267dd7a

Please sign in to comment.