branch: externals/bluetooth commit d7495819df44f3281fd2eb1e624021d83a8ba47a Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
removes unused `bluetooth--own-intf' --- bluetooth.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bluetooth.el b/bluetooth.el index b1ed0dd..d04323d 100644 --- a/bluetooth.el +++ b/bluetooth.el @@ -85,10 +85,6 @@ This is usually `:system' if bluetoothd runs as a system service, or (defconst bluetooth--own-path (concat dbus-path-emacs "/bluetooth") "D-Bus object path for the pairing agent.") -;;; the interface name for the pairing agent -(defconst bluetooth--own-intf (concat dbus-interface-emacs ".bluetooth") - "D-Bus interface name for the pairing agent.") - (defconst bluetooth--agent-mngr-intf "org.bluez.AgentManager1" "D-Bus interface name for the agent manager.")