diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-09 22:53:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-09 22:53:07 -0700 |
commit | 40da34202dffa96197c6248a9d80894611e27921 (patch) | |
tree | 231da2f6f6c61cc6d04e89987fa5cac268161987 | |
parent | 1de8253f0ede02ec87d28b028de97da79adc12e2 (diff) |
Remove redundant redeclaration of ‘factorial’
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | actions.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |