From 267dd7a14b50761a4c95c8784ce1e1cdba69a7ce Mon Sep 17 00:00:00 2001 From: Eivind Siqveland Larsen Date: Sun, 26 May 2024 12:41:55 +0200 Subject: [PATCH] removed unused type Hints --- notification.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/notification.go b/notification.go index 872f476..1b114b8 100644 --- a/notification.go +++ b/notification.go @@ -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",