diff options
author | Oz Linden <oz@lindenlab.com> | 2010-11-11 09:22:56 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-11-11 09:22:56 -0500 |
commit | fc22e2cf5bfc97caaf1ad69814b7dd217cbafef0 (patch) | |
tree | 8ac101cbfb2b3a47dff9cc4b33b95013feba3c66 /indra/newview/pipeline.h | |
parent | 024e5ff23542cf0604b73901311bb4d024957b1c (diff) | |
parent | ee8df375449e97476408417ec6dea0d6a8853d73 (diff) |
merge fix for STORM-559
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 790b595626..3f785a99fe 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -245,7 +245,6 @@ public: void renderHighlights(); void renderDebug(); - void renderForSelect(std::set<LLViewerObject*>& objects, BOOL render_transparent, const LLRect& screen_rect); void rebuildPools(); // Rebuild pools void findReferences(LLDrawable *drawablep); // Find the lists which have references to this object @@ -713,7 +712,6 @@ void render_bbox(const LLVector3 &min, const LLVector3 &max); void render_hud_elements(); extern LLPipeline gPipeline; -extern BOOL gRenderForSelect; extern BOOL gDebugPipeline; extern const LLMatrix4* gGLLastMatrix; |