summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorBruno Heridet <delapouite@gmail.com>2022-11-23 11:38:14 +0100
committerGitHub <noreply@github.com>2022-11-23 19:38:14 +0900
commit46877e0a92d5e18bfc143ac98bb55b22eaef81ac (patch)
treef9a95bc383a30d45cae1f2c83a582b4254cc3926 /src/util
parentb55f5554871e548c9c00a49df7a92f980c0191c2 (diff)
test(eventbox): remove obsolete EvtClose const (#3059)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/eventbox_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/eventbox_test.go b/src/util/eventbox_test.go
index 5a9dc302..17868865 100644
--- a/src/util/eventbox_test.go
+++ b/src/util/eventbox_test.go
@@ -9,7 +9,6 @@ const (
EvtSearchNew
EvtSearchProgress
EvtSearchFin
- EvtClose
)
func TestEventBox(t *testing.T) {