diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-22 21:39:28 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-22 21:39:28 +0100 |
commit | 4f3ce03ed6abf5d3d351f2d6072b59a9c64a1f1a (patch) | |
tree | a9c6733ccbcaa9d92854ac8a16cfc79e1d2f4786 /indra | |
parent | 02d9320afd91713a28b0b40a249feee064bd4ad2 (diff) | |
parent | 782438843c1fcd8b2f933b22de0da190b20a867a (diff) |
merge
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerregion.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 2267db770c..07d4ac664f 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -174,7 +174,7 @@ public: mRegion->showReleaseNotes(); } } - + if (STATE_SEED_GRANTED_WAIT == LLStartUp::getStartupState()) { LLStartUp::setStartupState( STATE_SEED_CAP_GRANTED ); @@ -1490,7 +1490,6 @@ void LLViewerRegion::setSeedCapability(const std::string& url) capabilityNames.append("ProvisionVoiceAccountRequest"); capabilityNames.append("RemoteParcelRequest"); capabilityNames.append("RequestTextureDownload"); - capabilityNames.append("SimulatorFeatures"); capabilityNames.append("SearchStatRequest"); capabilityNames.append("SearchStatTracking"); capabilityNames.append("SendPostcard"); |