summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-09 22:53:07 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-09 22:53:07 -0700
commit40da34202dffa96197c6248a9d80894611e27921 (patch)
tree231da2f6f6c61cc6d04e89987fa5cac268161987
parent1de8253f0ede02ec87d28b028de97da79adc12e2 (diff)
Remove redundant redeclaration of ‘factorial’
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--actions.c1
1 files changed, 0 insertions, 1 deletions
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);