summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-09-25 20:49:16 -0400
committerSam Anthony <sam@samanthony.xyz>2024-09-25 20:49:16 -0400
commite421e04d5f2481eb6b3cfffa4055b6f70e35332d (patch)
tree1014032461591ded245891794a4539bf67221cbd
parent4b094722234cc7d65f57763bdc83149135e6755e (diff)
downloadballs-e421e04d5f2481eb6b3cfffa4055b6f70e35332d.zip
remove unused function
-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);