summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-06-30 14:22:18 -0700
committerGlenn Morris <rgm@gnu.org>2012-06-30 14:22:18 -0700
commit9bf0aa1594c3c044e922966043f59ca5774b046c (patch)
treedf60e1ede2cffa010b9f597fa5c7a35e78449846
parent938beca46ed9565271005366175429febd66ea89 (diff)
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.)
-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 ca425d5b5e..bb83ee1d0e 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 a79defed29..7833ef679d 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 b7a68465f9..f78122ec70 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 b901c04186..82922e6108 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 b994cdeaa6..d7330665a5 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)