* notifications.el (top): Remove unneeded declarations.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 24 Apr 2012 21:47:24 +0000 (23:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 24 Apr 2012 21:47:24 +0000 (23:47 +0200)
lisp/ChangeLog
lisp/notifications.el

index 13d401b..bdf6c7a 100644 (file)
@@ -22,8 +22,8 @@
 
 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
 
-       * notifications.el (notifications-specification-version): Change
-       to "1.2".
+       * notifications.el (top): Remove unneeded declarations.
+       (notifications-specification-version): Change to "1.2".
        (notifications-interface, notifications-notify-method)
        (notifications-close-notification-method): Fix docstring.
        (notifications-get-capabilities-method): New defconst.
index 50c4975..8399283 100644 (file)
 (eval-when-compile
   (require 'cl))
 
-;; Pacify byte-compiler.  D-Bus support in the Emacs core can be
-;; disabled with configuration option "--without-dbus".  Declare used
-;; subroutines and variables of `dbus' therefore.
-(declare-function dbus-call-method "dbusbind.c")
-(declare-function dbus-register-signal "dbusbind.c")
-
 (require 'dbus)
 
 (defconst notifications-specification-version "1.2"