diff options
Diffstat (limited to 'src/o3d/vertex.h')
-rw-r--r-- | src/o3d/vertex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/o3d/vertex.h b/src/o3d/vertex.h index 022fdf7..b0dd195 100644 --- a/src/o3d/vertex.h +++ b/src/o3d/vertex.h @@ -21,7 +21,6 @@ class Vertex4 { Vertex4(engine::math::Vector4 point, VertexData data); Vertex4(Vertex3 vertex); - Vertex3 div_by_w() const; }; } |