remove SND_SEQ_CLIENT_{DUMMY,OSS} symbols

The SND_SEQ_CLIENT_{DUMMY,OSS} are private to the kernel and should
never have been put into the public API header.
This commit is contained in:
Clemens Ladisch 2005-11-20 14:09:45 +00:00
parent 2bcaa1f133
commit 19be1429d1

View file

@ -81,8 +81,6 @@ typedef enum _snd_seq_type {
/** known client numbers */
#define SND_SEQ_CLIENT_SYSTEM 0 /**< system client */
#define SND_SEQ_CLIENT_DUMMY 62 /**< dummy ports */
#define SND_SEQ_CLIENT_OSS 63 /**< OSS sequencer emulator */
/*
*/