summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/net/secrets.el2
-rw-r--r--lisp/net/tramp-gvfs.el4
-rw-r--r--lisp/net/xesam.el5
-rw-r--r--lisp/net/zeroconf.el2
5 files changed, 5 insertions, 13 deletions
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 <rgm@gnu.org>
+
+ * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
+ Remove outdated and unnecessary dbus declarations.
+
2012-06-30 Eli Zaretskii <eliz@gnu.org>
* 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)