remove unused var

This commit is contained in:
David Rose
2007-06-05 01:41:33 +00:00
parent 5042239458
commit d55b83f568
2 changed files with 0 additions and 3 deletions
@@ -103,7 +103,6 @@ PipeOcclusionCullTraverser(GraphicsOutput *host) {
win_prop.set_size(occlusion_size[0], occlusion_size[1]);
}
bool precertify = false;
_buffer = engine->make_output(pipe, "occlusion", 0, fb_prop, win_prop,
GraphicsPipe::BF_refuse_window,
gsg, host->get_host());
-2
View File
@@ -619,8 +619,6 @@ is_renderable() const {
void TextNode::
compute_internal_bounds(PandaNode::BoundsData *bdata, int pipeline_stage,
Thread *current_thread) const {
int num_vertices = 0;
// First, get ourselves a fresh, empty bounding volume.
PT(BoundingVolume) bound = new BoundingSphere;