summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-10-26 08:21:54 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-10-26 08:21:54 -0400
commit085087bdf97bda40e313a8a09f0d320ed355f86e (patch)
tree00d52da53ca660f2132dafc2cb500dcd53d9498a
parent09b5512295a083f1623b632f3c1d3d8e4af5fef3 (diff)
mesh: Remove accidentally exported symbols.
* sly/mesh.scm: Remove 'mesh-length' and 'mesh->render-op' from export list.
-rw-r--r--sly/mesh.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/sly/mesh.scm b/sly/mesh.scm
index 568aa90..e662547 100644
--- a/sly/mesh.scm
+++ b/sly/mesh.scm
@@ -40,10 +40,8 @@
#:use-module (sly render renderer)
#:export (make-mesh
mesh?
- mesh-length
mesh-shader
- mesh-texture
- mesh->render-op))
+ mesh-texture))
;;;
;;; Mesh