summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2022-09-23 16:49:47 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2022-09-23 16:49:47 +0300
commit3098d315a34f6d9e1bdf0f0de4e695a89626282f (patch)
tree492e8cbb545007a2c3f6c79a9ddf7381ce85c549 /indra/newview/llagent.cpp
parent81c287f877a48381bfa212ad00fe23aef260ef5f (diff)
SL-18202 remove old autofps
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r--indra/newview/llagent.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 78c726043e..8a6186123e 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -4097,7 +4097,6 @@ void LLAgent::handleTeleportFinished()
}
}
- gPipeline.setAdjustmentTimerExpiry(gSavedSettings.getF32("InitialAdjustmentTimeout"));
}
void LLAgent::handleTeleportFailed()
@@ -4130,7 +4129,6 @@ void LLAgent::handleTeleportFailed()
mTPNeedsNeabyChatSeparator = false;
- gPipeline.setAdjustmentTimerExpiry(gSavedSettings.getF32("InitialAdjustmentTimeout"));
}
/*static*/