]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - alsa_write.c
write: Remove ->shutdown.
[paraslash.git] / alsa_write.c
index a211985ab94bb71406d7729793387bbabc5fc452..f50ad6a36e71a4f66a2747a6e7c4d08a4950089b 100644 (file)
@@ -358,7 +358,6 @@ void alsa_write_init(struct writer *w)
        w->pre_select = alsa_write_pre_select;
        w->post_select = alsa_write_post_select;
        w->parse_config_or_die = alsa_parse_config_or_die;
-       w->shutdown = NULL; /* nothing to do */
        w->free_config = alsa_free_config;
        w->help = (struct ggo_help) {
                .short_help = alsa_write_args_info_help,