Mercurial > audlegacy-plugins
diff src/sid/xs_config.c @ 1956:05bfc86250f3
Kill some warnings.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 03:41:53 +0300 |
parents | 4a03fd025aa2 |
children | f86cb7fc1d4f |
line wrap: on
line diff
--- a/src/sid/xs_config.c Tue Oct 02 03:15:27 2007 +0300 +++ b/src/sid/xs_config.c Tue Oct 02 03:41:53 2007 +0300 @@ -522,7 +522,6 @@ return TRUE; } - /* Get the configuration (from file or default) */ void xs_read_configuration(void) @@ -755,6 +754,19 @@ } +/* Confirmation window + */ +gboolean xs_confirmwin_delete(GtkWidget *widget, GdkEvent *event, gpointer user_data) +{ + (void) widget; + (void) event; + (void) user_data; + + return FALSE; +} + + + /* HVSC songlength-database file selector response-functions */ void xs_cfg_sldb_browse(GtkButton * button, gpointer user_data)