summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/net/eudcb-bbdb.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el
index e8bfe76501d..deda897a861 100644
--- a/lisp/net/eudcb-bbdb.el
+++ b/lisp/net/eudcb-bbdb.el
@@ -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)