mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-30 11:10:38 -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
|
|
@ -105,21 +105,16 @@ GtkWidget *hw_spdif_output_notebook;
|
|||
|
||||
GtkWidget *hw_spdif_input_coaxial_radio;
|
||||
GtkWidget *hw_spdif_input_optical_radio;
|
||||
GtkWidget *hw_spdif_switch_off_radio;
|
||||
|
||||
GtkWidget *input_interface_internal;
|
||||
GtkWidget *input_interface_front_input;
|
||||
GtkWidget *input_interface_rear_input;
|
||||
GtkWidget *input_interface_wavetable;
|
||||
|
||||
GtkWidget *hw_breakbox_led_on_radio;
|
||||
GtkWidget *hw_breakbox_led_off_radio;
|
||||
|
||||
GtkWidget *hw_phono_input_on_radio;
|
||||
GtkWidget *hw_phono_input_off_radio;
|
||||
|
||||
GtkWidget *hw_spdif_switch_on_radio;
|
||||
GtkWidget *hw_spdif_switch_off_radio;
|
||||
|
||||
GtkObject *av_dac_volume_adj[10];
|
||||
GtkObject *av_adc_volume_adj[10];
|
||||
GtkObject *av_ipga_volume_adj[10];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue