mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
envy24control - Tidy up redundant declarations
Remove declarations in envy24control not needed following my previous patches. Signed-off-by: Alan Horstmann <gineera@aspect135.co.uk>
This commit is contained in:
parent
18e2c3bf12
commit
41d8838291
2 changed files with 2 additions and 14 deletions
|
|
@ -142,16 +142,11 @@ extern GtkWidget *hw_spdif_output_notebook;
|
|||
|
||||
extern GtkWidget *hw_spdif_input_coaxial_radio;
|
||||
extern GtkWidget *hw_spdif_input_optical_radio;
|
||||
|
||||
extern GtkWidget *hw_breakbox_led_on_radio;
|
||||
extern GtkWidget *hw_breakbox_led_off_radio;
|
||||
extern GtkWidget *hw_spdif_switch_off_radio;
|
||||
|
||||
extern GtkWidget *hw_phono_input_on_radio;
|
||||
extern GtkWidget *hw_phono_input_off_radio;
|
||||
|
||||
extern GtkWidget *hw_spdif_switch_on_radio;
|
||||
extern GtkWidget *hw_spdif_switch_off_radio;
|
||||
|
||||
extern GtkWidget *input_interface_internal;
|
||||
extern GtkWidget *input_interface_front_input;
|
||||
extern GtkWidget *input_interface_rear_input;
|
||||
|
|
@ -213,8 +208,6 @@ void spdif_output_toggled(GtkWidget *togglebutton, gpointer data);
|
|||
void spdif_input_update(void);
|
||||
void spdif_input_toggled(GtkWidget *togglebutton, gpointer data);
|
||||
void analog_input_select_toggled(GtkWidget *togglebutton, gpointer data);
|
||||
void breakbox_led_toggled(GtkWidget *togglebutton, gpointer data);
|
||||
void spdif_on_off_toggled(GtkWidget *togglebutton, gpointer data);
|
||||
void phono_input_toggled(GtkWidget *togglebutton, gpointer data);
|
||||
|
||||
void hardware_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue