]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove reference to non-existent stop_mpris_service().
authorMike Brady <mikebrady@eircom.net>
Tue, 10 Sep 2019 15:10:30 +0000 (16:10 +0100)
committerMike Brady <mikebrady@eircom.net>
Tue, 10 Sep 2019 15:10:30 +0000 (16:10 +0100)
shairport.c

index 4546477755a29bfb43f151222da15933b3e4bbb8..54647976cf8af722434dc394da5b625a89955552 100644 (file)
@@ -1222,9 +1222,13 @@ Actually, there is no terminate_mqtt() function.
 */
 
 #if defined(CONFIG_DBUS_INTERFACE) || defined(CONFIG_MPRIS_INTERFACE)
+
+/*
+Actually, there is no stop_mpris_service() function.
 #ifdef CONFIG_MPRIS_INTERFACE
   stop_mpris_service();
 #endif
+*/
 #ifdef CONFIG_DBUS_INTERFACE
   stop_dbus_service();
 #endif