]> git.eshelyaron.com Git - emacs.git/commitdiff
(parse_tool_bar_item): Remove duplicated prototypes.
authorPavel Janík <Pavel@Janik.cz>
Sat, 26 Jan 2002 17:06:55 +0000 (17:06 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 26 Jan 2002 17:06:55 +0000 (17:06 +0000)
src/keyboard.c

index 16a6b175dfbc5e20f67e26a369788bb036552181..7b36685172aed314c97c42efdb0c49282aaed853 100644 (file)
@@ -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...)'.