From a534ddab16c96d38b5ed5e7ea640595578e49567 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 26 Jan 2002 17:06:55 +0000 Subject: [PATCH] (parse_tool_bar_item): Remove duplicated prototypes. --- src/keyboard.c | 2 -- 1 file changed, 2 deletions(-) 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...)'. -- 2.39.2