diff --git a/ruamoko/include/scene.h b/ruamoko/include/scene.h index 0958f8d7c..322ef6cb6 100644 --- a/ruamoko/include/scene.h +++ b/ruamoko/include/scene.h @@ -1,11 +1,6 @@ #ifndef __ruamoko_scene_h #define __ruamoko_scene_h -//FIXME this should be a native type so it can be used in math -typedef struct { - vec4 col[4]; -} mat4x4; - typedef struct light_s { vec4 color; vec4 position;