269
|
1 #ifdef HAVE_CONFIG_H
|
|
2 # include <config.h>
|
|
3 #endif
|
|
4
|
|
5 #include <gtk/gtk.h>
|
|
6
|
|
7 #include "xs_genui.h"
|
|
8 #include "xs_interface.h"
|
|
9 #include "xs_glade.h"
|
|
10
|
|
11 void xs_cfg_samplerate_menu_clicked(GtkButton * button, gpointer user_data)
|
|
12 {
|
|
13 (void) button; (void) user_data;
|
|
14 }
|
|
15
|
|
16
|
|
17 void xs_cfg_filter_sync_clicked(GtkButton * button, gpointer user_data)
|
|
18 {
|
|
19 (void) button; (void) user_data;
|
|
20 }
|
|
21
|
|
22
|
|
23 void xs_cfg_filter2_sync_clicked(GtkButton * button, gpointer user_data)
|
|
24 {
|
|
25 (void) button; (void) user_data;
|
|
26 }
|