summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--balls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/balls.c b/balls.c
index 7ceedee..2c0c8bf 100644
--- a/balls.c
+++ b/balls.c
@@ -48,7 +48,6 @@ static uint radii[] = { 20, 30, 50 };
static Rectangle bounds = {{0, 0}, {WIDTH, HEIGHT}};
int init(char *label, Mousectl **mctl, Keyboardctl **kctl);
-void spawnball(void);
void spawnballs(int n);
Channel **allocchans(int nchans, int elsize, int nel);
void mcopycolskip(Channel *vec[], Channel **matrix[], int n, int col, int skip);