* notifications.el (top): Remove unneeded declarations.
[bpt/emacs.git] / lisp / notifications.el
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"