diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2025-11-11 12:06:55 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2025-11-11 12:06:55 +0000 |
| commit | 7dc58828f494ae8fc06ef014b01b2dbea855091b (patch) | |
| tree | 6f4297c3cb17d4959a22080e209aafab68805ed9 | |
| parent | 16ae4c2398c89dcc5c03f1aac72a2fce2a60e724 (diff) | |
sound: Retire unused SCF_SYNTH
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
| -rw-r--r-- | sys/dev/sound/pcm/sound.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 19da1a22871a..75fb57e33733 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -184,7 +184,6 @@ int sndstat_unregister(device_t dev); enum { SCF_PCM, SCF_MIDI, - SCF_SYNTH, }; /* |
