diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/secrets.el | 2 | ||||
-rw-r--r-- | lisp/net/tramp-gvfs.el | 4 | ||||
-rw-r--r-- | lisp/net/xesam.el | 5 | ||||
-rw-r--r-- | lisp/net/zeroconf.el | 2 |
4 files changed, 0 insertions, 13 deletions
diff --git a/lisp/net/secrets.el b/lisp/net/secrets.el index a79defed295..7833ef679d4 100644 --- a/lisp/net/secrets.el +++ b/lisp/net/secrets.el @@ -145,8 +145,6 @@ (eval-when-compile (require 'cl)) -(declare-function dbus-call-method "dbusbind.c") -(declare-function dbus-register-signal "dbusbind.c") (defvar dbus-debug) (require 'dbus) diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index b7a68465f94..f78122ec704 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -91,11 +91,7 @@ ;; 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-call-method-asynchronously "dbusbind.c") (declare-function dbus-get-unique-name "dbusbind.c") -(declare-function dbus-register-method "dbusbind.c") -(declare-function dbus-register-signal "dbusbind.c") ;; Pacify byte-compiler (eval-when-compile 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. diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el index b994cdeaa68..d7330665a5a 100644 --- a/lisp/net/zeroconf.el +++ b/lisp/net/zeroconf.el @@ -105,8 +105,6 @@ (eval-when-compile (require 'cl)) -(declare-function dbus-call-method "dbusbind.c") -(declare-function dbus-register-signal "dbusbind.c") (defvar dbus-debug) (require 'dbus) |