From: Glenn Morris Date: Sat, 30 Jun 2012 21:22:18 +0000 (-0700) Subject: Remove outdated and unnecessary dbus- declarations. X-Git-Tag: emacs-24.2.90~1199^2~269 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bf0aa1594c3c044e922966043f59ca5774b046c;p=emacs.git 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.) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca425d5b5ea..bb83ee1d0e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-06-30 Glenn Morris + + * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el: + Remove outdated and unnecessary dbus declarations. + 2012-06-30 Eli Zaretskii * emacs-lisp/timer.el (timer-until): Subtract results of 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)