Remove left-over feature-flag

master
Ansariel 2024-05-23 18:33:05 +02:00
parent ea5ead6f4a
commit 0541876f6c
1 changed files with 0 additions and 8 deletions

View File

@ -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"];