Remove left-over feature-flag
parent
ea5ead6f4a
commit
0541876f6c
|
|
@ -2628,14 +2628,6 @@ void LLViewerRegion::setSimulatorFeatures(const LLSD& sim_features)
|
|||
gSavedSettings.setS32("max_texture_dimension_Y", 1024);
|
||||
}
|
||||
|
||||
bool mirrors_enabled = false;
|
||||
if (features.has("MirrorsEnabled"))
|
||||
{
|
||||
mirrors_enabled = features["MirrorsEnabled"].asBoolean();
|
||||
}
|
||||
|
||||
gSavedSettings.setBOOL("RenderMirrors", mirrors_enabled);
|
||||
|
||||
if (features.has("GLTFEnabled"))
|
||||
{
|
||||
bool enabled = features["GLTFEnabled"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue