aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-01-26 17:06:55 +0000
committerPavel Janík2002-01-26 17:06:55 +0000
commita534ddab16c96d38b5ed5e7ea640595578e49567 (patch)
tree121af621432494d00c835931a018b1deaef38fcf /src
parentcd61f595b4b68e32d54a819af46944212cbb8bba (diff)
downloademacs-a534ddab16c96d38b5ed5e7ea640595578e49567.tar.gz
emacs-a534ddab16c96d38b5ed5e7ea640595578e49567.zip
(parse_tool_bar_item): Remove duplicated prototypes.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 0 insertions, 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)
7272 7272
7273 Lisp_Object filter = Qnil; 7273 Lisp_Object filter = Qnil;
7274 Lisp_Object caption; 7274 Lisp_Object caption;
7275 extern Lisp_Object QCenable, QCvisible, QChelp, QCfilter;
7276 extern Lisp_Object QCbutton, QCtoggle, QCradio;
7277 int i; 7275 int i;
7278 7276
7279 /* Defininition looks like `(menu-item CAPTION BINDING PROPS...)'. 7277 /* Defininition looks like `(menu-item CAPTION BINDING PROPS...)'.