summaryrefslogtreecommitdiff
path: root/src/glm_bindings.h
diff options
context:
space:
mode:
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.