summaryrefslogtreecommitdiff
path: root/graphics/asymptote/bezierpatch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/bezierpatch.cc')
-rw-r--r--graphics/asymptote/bezierpatch.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/asymptote/bezierpatch.cc b/graphics/asymptote/bezierpatch.cc
index c2cc059c4b..f210c538c2 100644
--- a/graphics/asymptote/bezierpatch.cc
+++ b/graphics/asymptote/bezierpatch.cc
@@ -732,7 +732,6 @@ void BezierTriangle::render(const triple *p,
}
}
-#ifndef HAVE_SSBO
std::vector<GLfloat> zbuffer;
void transform(const std::vector<VertexData>& b)
@@ -772,7 +771,6 @@ void sortTriangles()
3*sizeof(GLuint),compare);
}
}
-#endif
void Triangles::queue(size_t nP, const triple* P, size_t nN, const triple* N,
size_t nC, const prc::RGBAColour* C, size_t nI,