SL-16166 Remove LLDrawPoolGlow::pushBatch non-specialization
parent
6a0b728bd9
commit
aa2169aa37
|
|
@ -150,13 +150,6 @@ void LLDrawPoolGlow::render(S32 pass)
|
|||
}
|
||||
}
|
||||
|
||||
void LLDrawPoolGlow::pushBatch(LLDrawInfo& params, U32 mask, BOOL texture, BOOL batch_textures)
|
||||
{
|
||||
//gGL.diffuseColor4ubv(params.mGlowColor.mV);
|
||||
LLRenderPass::pushBatch(params, mask, texture, batch_textures);
|
||||
}
|
||||
|
||||
|
||||
LLDrawPoolSimple::LLDrawPoolSimple() :
|
||||
LLRenderPass(POOL_SIMPLE)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -187,7 +187,6 @@ public:
|
|||
/*virtual*/ S32 getNumPasses();
|
||||
|
||||
void render(S32 pass = 0);
|
||||
void pushBatch(LLDrawInfo& params, U32 mask, BOOL texture = TRUE, BOOL batch_textures = FALSE);
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue