annotate src/xs_genui.c @ 380:98ea290c09cb

Get rid of few unused argument warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Nov 2005 15:12:04 +0000
parents b1a858b8cb1a
children cdea37aef52c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #ifdef HAVE_CONFIG_H
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 # include <config.h>
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 #endif
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 #include <gtk/gtk.h>
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 #include "xs_genui.h"
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 #include "xs_interface.h"
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 #include "xs_glade.h"
334
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
10
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 344
diff changeset
11 void xs_cfg_samplerate_menu_clicked(GtkButton * button, gpointer user_data)
334
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
12 {
380
98ea290c09cb Get rid of few unused argument warnings.
Matti Hamalainen <ccr@tnsp.org>
parents: 359
diff changeset
13 (void) button; (void) user_data;
334
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
14 }
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
15
339
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
16
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 344
diff changeset
17 void xs_cfg_filter_sync_clicked(GtkButton * button, gpointer user_data)
339
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
18 {
380
98ea290c09cb Get rid of few unused argument warnings.
Matti Hamalainen <ccr@tnsp.org>
parents: 359
diff changeset
19 (void) button; (void) user_data;
339
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
20 }
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
21
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
22
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 344
diff changeset
23 void xs_cfg_filter2_sync_clicked(GtkButton * button, gpointer user_data)
339
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
24 {
380
98ea290c09cb Get rid of few unused argument warnings.
Matti Hamalainen <ccr@tnsp.org>
parents: 359
diff changeset
25 (void) button; (void) user_data;
339
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
26 }