Skip to content

Commit 01e27ea

Browse files
committed
Kill a tiny bit of dead code.
1 parent d4a3cb1 commit 01e27ea

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

indra/llrender/llshadermgr.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -668,10 +668,6 @@ GLhandleARB LLShaderMgr::loadShaderFile(const std::string& filename, S32 & shade
668668
}
669669
}
670670

671-
static const LLCachedControl<bool> SHPackDeferredNormals("SHPackDeferredNormals",false);
672-
if(SHPackDeferredNormals)
673-
text[count++] = strdup("#define PACK_NORMALS\n");
674-
675671
if(defines)
676672
{
677673
for (std::map<std::string,std::string>::iterator iter = defines->begin(); iter != defines->end(); ++iter)

0 commit comments

Comments
 (0)