From: Pavel Janík Date: Sat, 26 Jan 2002 17:06:55 +0000 (+0000) Subject: (parse_tool_bar_item): Remove duplicated prototypes. X-Git-Tag: ttn-vms-21-2-B4~16959 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a534ddab16c96d38b5ed5e7ea640595578e49567;p=emacs.git (parse_tool_bar_item): Remove duplicated prototypes. --- diff --git a/src/keyboard.c b/src/keyboard.c index 16a6b175dfb..7b36685172a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -7272,8 +7272,6 @@ parse_tool_bar_item (key, item) Lisp_Object filter = Qnil; Lisp_Object caption; - extern Lisp_Object QCenable, QCvisible, QChelp, QCfilter; - extern Lisp_Object QCbutton, QCtoggle, QCradio; int i; /* Defininition looks like `(menu-item CAPTION BINDING PROPS...)'.