From: Mike Brady Date: Tue, 10 Sep 2019 15:10:30 +0000 (+0100) Subject: Remove reference to non-existent stop_mpris_service(). X-Git-Tag: 3.3.3~2^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd84702d84a50e9ab247ef97743ee1abde851f99;p=thirdparty%2Fshairport-sync.git Remove reference to non-existent stop_mpris_service(). --- diff --git a/shairport.c b/shairport.c index 45464777..54647976 100644 --- a/shairport.c +++ b/shairport.c @@ -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