diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 87d1cfd40..e4b7fb7c0 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -668,10 +668,6 @@ GLhandleARB LLShaderMgr::loadShaderFile(const std::string& filename, S32 & shade } } - static const LLCachedControl SHPackDeferredNormals("SHPackDeferredNormals",false); - if(SHPackDeferredNormals) - text[count++] = strdup("#define PACK_NORMALS\n"); - if(defines) { for (std::map::iterator iter = defines->begin(); iter != defines->end(); ++iter)