From c9931ff4d9a1d1f6f1e3e8fd73ebce53418a3f19 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 15 Nov 2025 14:31:46 +0100 Subject: [PATCH] Remove unused `Key.Empty` --- src/mpv/internal.gleam | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mpv/internal.gleam b/src/mpv/internal.gleam index 4fe0e49..36c3ae9 100644 --- a/src/mpv/internal.gleam +++ b/src/mpv/internal.gleam @@ -10,7 +10,6 @@ pub type Key { Down Continue - Empty Unknown }