diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-14 14:15:17 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-14 14:15:17 -0500 |
| commit | 54424fa6197186b9889133be9238a901114ab47d (patch) | |
| tree | d16bda21ecf274dca7b938b13dbd88451d34622c | |
| parent | af9123ca84fbb164cac9e87edf04c9c613011889 (diff) | |
| download | balls-54424fa6197186b9889133be9238a901114ab47d.zip | |
remove unused function declarations
| -rw-r--r-- | balls.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,8 +37,6 @@ void copyPositionsToGpu(cl_event cpuEvent); void reshape(int w, int h); void keyboard(unsigned char key, int x, int y); void freeCL(void); -void initShaders(void); -void compileShader(GLint shader); void frameCount(void); void drawString(const char *str); float *flatten(Vector *vs, int n); |