From: Michael Albinus Date: Tue, 24 Apr 2012 21:47:24 +0000 (+0200) Subject: * notifications.el (top): Remove unneeded declarations. X-Git-Tag: emacs-24.2.90~471^2~282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b53806394328b5766455adaf6ba2e9ca24bbad7f;p=emacs.git * notifications.el (top): Remove unneeded declarations. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13d401b8413..bdf6c7a1ac7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -22,8 +22,8 @@ 2012-04-24 Michael Albinus - * 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. diff --git a/lisp/notifications.el b/lisp/notifications.el index 50c49750f73..83992834502 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -37,12 +37,6 @@ (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"