]> git.eshelyaron.com Git - emacs.git/commitdiff
EUDC: Remove external BBDB function declarations
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 10 Nov 2017 02:43:56 +0000 (21:43 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 15 Nov 2017 02:09:25 +0000 (21:09 -0500)
* lisp/net/eudcb-bbdb.el (eudc-bbdb-extract-phones): Remove
declare-function calls for external BBDB functions.

lisp/net/eudcb-bbdb.el

index e8bfe76501def336cb4461dd076e55ba55afd7fb..deda897a8618daa56b991e603db9c0b4db4abe93 100644 (file)
@@ -110,19 +110,6 @@ BBDB < 3 used `net'; BBDB >= 3 uses `mail'."
              (throw 'unmatch nil))))
       record)))
 
-;; External.
-(declare-function bbdb-phone-location   "ext:bbdb" t) ; via bbdb-defstruct
-(declare-function bbdb-phone-string     "ext:bbdb" (phone))
-(declare-function bbdb-record-phones    "ext:bbdb" t) ; via bbdb-defstruct
-(declare-function bbdb-address-streets  "ext:bbdb" t) ; via bbdb-defstruct
-(declare-function bbdb-address-city     "ext:bbdb" t) ; via bbdb-defstruct
-(declare-function bbdb-address-state    "ext:bbdb" t) ; via bbdb-defstruct
-(declare-function bbdb-address-zip      "ext:bbdb" t) ; via bbdb-defstruct
-(declare-function bbdb-address-location "ext:bbdb" t) ; via bbdb-defstruct
-(declare-function bbdb-record-addresses "ext:bbdb" t) ; via bbdb-defstruct
-(declare-function bbdb-records          "ext:bbdb"
-                 (&optional dont-check-disk already-in-db-buffer))
-
 (defun eudc-bbdb-extract-phones (record)
   "Extract phone numbers from BBDB RECORD."
   (require 'bbdb)