Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
remove experimental function
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed May 15, 2022
1 parent 8ef4bd4 commit d3647ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions render/stl.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ func min(a, b int) int {
return b
}

func DONOTUSE(r io.Reader) (output []Triangle3, readErr error) {
return readBinarySTL(r)
}
func readBinarySTL(r io.Reader) (output []Triangle3, readErr error) {
var header stlHeader
if err := binary.Read(r, binary.LittleEndian, &header); err != nil {
Expand Down

0 comments on commit d3647ff

Please sign in to comment.