]> git.ipfire.org Git - thirdparty/shairport-sync.git/blobdiff - audio_soundio.c
Updates to the Issues template.
[thirdparty/shairport-sync.git] / audio_soundio.c
index 83347b5b3b51f1de7a3ad94b0c65f8ec3a50532e..a34851c6ac829c655bf1c99be235ef695c893f73 100644 (file)
@@ -208,10 +208,8 @@ static void flush(void) {
   debug(1, "libsoundio output flushed\n");
 }
 
-static void help(void) { printf(" There are no options for libsoundio.\n"); }
-
 audio_output audio_soundio = {.name = "soundio",
-                              .help = &help,
+                              .help = NULL,
                               .init = &init,
                               .deinit = &deinit,
                               .prepare = NULL,