From e421e04d5f2481eb6b3cfffa4055b6f70e35332d Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 25 Sep 2024 20:49:16 -0400 Subject: remove unused function --- balls.c | 1 - 1 file changed, 1 deletion(-) (limited to 'balls.c') 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); -- cgit v1.2.3