diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-10 14:27:55 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-10 14:27:55 -0800 |
commit | 61fbc02deb08c1a69b8c24498fe559359496ac91 (patch) | |
tree | 4c50352704fde294cbbe05c34ff138552ef4147f /indra/newview/pipeline.h | |
parent | b5df1d2abcef04ee5f491a7414189f4e82faaa1e (diff) | |
parent | d7bca2b7b151969e45492e2ae244f50960fc4ddf (diff) |
STORM-105 : merge with viewer-development
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; |