diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-09-25 20:49:16 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-09-25 20:49:16 -0400 |
| commit | e421e04d5f2481eb6b3cfffa4055b6f70e35332d (patch) | |
| tree | 1014032461591ded245891794a4539bf67221cbd | |
| parent | 4b094722234cc7d65f57763bdc83149135e6755e (diff) | |
| download | balls-e421e04d5f2481eb6b3cfffa4055b6f70e35332d.zip | |
remove unused function
| -rw-r--r-- | balls.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |