From 40da34202dffa96197c6248a9d80894611e27921 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 9 Jul 2013 22:53:07 -0700 Subject: =?UTF-8?q?Remove=20redundant=20redeclaration=20of=20=E2=80=98fact?= =?UTF-8?q?orial=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alan Coopersmith --- actions.c | 1 - 1 file changed, 1 deletion(-) diff --git a/actions.c b/actions.c index 69bed4c..d6b7573 100644 --- a/actions.c +++ b/actions.c @@ -65,7 +65,6 @@ static void leftParen(Widget w, XEvent *e, String *vector, Cardinal *count); static void logarithm(Widget w, XEvent *e, String *vector, Cardinal *count); static void multiply(Widget w, XEvent *e, String *vector, Cardinal *count); static void naturalLog(Widget w, XEvent *e, String *vector, Cardinal *count); -static void factorial(Widget w, XEvent *e, String *vector, Cardinal *count); static void negate(Widget w, XEvent *e, String *vector, Cardinal *count); static void nop(Widget w, XEvent *e, String *vector, Cardinal *count); static void off(Widget w, XEvent *e, String *vector, Cardinal *count); -- cgit v1.2.3