Skip to content

Commit 95c65ab

Browse files
committed
remove unused method
1 parent a4222cf commit 95c65ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/meshes.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@ const GLNormalUVWMesh{Dim} = NormalUVWMesh{Dim, Float32}
8585
const GLNormalUVWMesh2D = GLNormalUVWMesh{2}
8686
const GLNormalUVWMesh3D = GLNormalUVWMesh{3}
8787

88-
best_pointtype(::Meshable{Dim, T}) where {Dim, T} = Point{Dim, T}
89-
9088
"""
9189
mesh(primitive::GeometryPrimitive;
92-
pointtype=best_pointtype(primitive), facetype=GLTriangle,
90+
pointtype=Point, facetype=GLTriangle,
9391
uvtype=nothing, normaltype=nothing)
9492
9593
Creates a mesh from `primitive`.

0 commit comments

Comments
 (0)