ref: d8bf337b8f8eb9452fea71223ddd9fabdbe23c85
parent: ad3df4d5903c43c9ae12e2d3fb7176f074d84eec
author: David <gek@katherine>
date: Sun Mar 7 18:01:30 EST 2021
Automatic commit.
--- a/include/zbuffer.h
+++ b/include/zbuffer.h
@@ -358,6 +358,5 @@
static inline void* gl_malloc(GLint size) { return malloc(size); }
static inline void* gl_zalloc(GLint size) { return calloc(1, size); }
#endif
-void gl_memcpy(void* dest, void* src, GLuint size);
#endif /* _tgl_zbuffer_h_ */