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:
Loic Coenen
2026-05-09 22:20:35 +00:00
parent 437ac31913
commit b1e330e839

View File

@@ -31,8 +31,6 @@ struct channel_t {
extern struct channel_t channels[MAX_CHANNELS];
extern atomic_int channel_count;
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_remove(jack_client_t *client, int idx);