refactor: remove stale cmd_add/cmd_remove declarations from channel.h
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
@@ -31,8 +31,6 @@ struct channel_t {
|
|||||||
extern struct channel_t channels[MAX_CHANNELS];
|
extern struct channel_t channels[MAX_CHANNELS];
|
||||||
extern atomic_int channel_count;
|
extern atomic_int channel_count;
|
||||||
extern int next_channel_id;
|
extern int next_channel_id;
|
||||||
extern atomic_int cmd_add;
|
|
||||||
extern atomic_int cmd_remove;
|
|
||||||
|
|
||||||
void channel_add(jack_client_t *client, int idx);
|
void channel_add(jack_client_t *client, int idx);
|
||||||
void channel_remove(jack_client_t *client, int idx);
|
void channel_remove(jack_client_t *client, int idx);
|
||||||
|
|||||||
Reference in New Issue
Block a user