app-laptop/pbbuttonsd: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2026-02-25 13:13:45 +01:00
parent 8cb94ae885
commit 566adf8090
@@ -1,12 +0,0 @@
https://bugs.gentoo.org/771093
--- a/src/driver_mixer_alsa.c
+++ b/src/driver_mixer_alsa.c
@@ -32,7 +32,7 @@
#define SECTION "MODULE MIXER ALSA"
-struct driver_alsamixer {
+extern struct driver_alsamixer {
char *card; /* name of the soundcard (usually "default" is fine) */
GString *channels; /* channel names to use */
struct {