SL-16166 Remove LLDrawPoolGlow::pushBatch non-specialization

master
Runitai Linden 2021-10-13 13:57:56 -05:00
parent 6a0b728bd9
commit aa2169aa37
2 changed files with 0 additions and 8 deletions

View File

@ -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)
{

View File

@ -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);
};