diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-30 14:22:18 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-30 14:22:18 -0700 |
commit | 9bf0aa1594c3c044e922966043f59ca5774b046c (patch) | |
tree | df60e1ede2cffa010b9f597fa5c7a35e78449846 /lisp/net/xesam.el | |
parent | 938beca46ed9565271005366175429febd66ea89 (diff) | |
download | emacs-9bf0aa1594c3c044e922966043f59ca5774b046c.tar.gz emacs-9bf0aa1594c3c044e922966043f59ca5774b046c.tar.bz2 emacs-9bf0aa1594c3c044e922966043f59ca5774b046c.zip |
Remove outdated and unnecessary dbus- declarations.
* net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
Remove outdated and unnecessary dbus- declarations.
(They are in defined dbus.el now.)
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. |