diff options
Diffstat (limited to 'lisp/net/xesam.el')
-rw-r--r-- | lisp/net/xesam.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/net/xesam.el b/lisp/net/xesam.el index b901c041863..82922e61084 100644 --- a/lisp/net/xesam.el +++ b/lisp/net/xesam.el @@ -127,11 +127,6 @@ ;;; Code: -;; D-Bus support in the Emacs core can be disabled with configuration -;; option "--without-dbus". Declare used subroutines and variables. -(declare-function dbus-call-method "dbusbind.c") -(declare-function dbus-register-signal "dbusbind.c") - (require 'dbus) ;; Pacify byte compiler. |