summaryrefslogtreecommitdiff
path: root/src/glm_bindings.h
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2020-11-29 16:26:12 -0600
committersanine-a <sanine.not@pm.me>2020-11-29 16:26:12 -0600
commit65f1870eaa68cd18f2136bd112c042728855af03 (patch)
treed76e307f867b8e7a8439ce1bb8f3bb30a63e3526 /src/glm_bindings.h
parentf9f3ab244d12e6c7f38bf56dcf22c6a4913dc0f6 (diff)
refactor all files to use new argument parsing and table building functions
Diffstat (limited to 'src/glm_bindings.h')
-rw-r--r--src/glm_bindings.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/glm_bindings.h b/src/glm_bindings.h
index d47f153..f6ec104 100644
--- a/src/glm_bindings.h
+++ b/src/glm_bindings.h
@@ -12,18 +12,6 @@ extern int honey_glm_vec4_mt_ref;
extern int honey_glm_mat3_mt_ref;
extern int honey_glm_mat4_mt_ref;
-typedef enum { VEC3,
- VEC4,
- MAT3,
- MAT4
-} honey_glm_array_type;
-
-typedef struct {
- honey_glm_array_type type;
- unsigned int size;
- float* data;
-} honey_glm_array;
-
/** @brief Push the honey glm binding functions to the lua stack.
*
* @returns Nothing.