mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-22 14:41:36 -05:00
remove unused var
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user