diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-05 23:25:08 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-05 23:25:08 +0300 |
commit | d3493527401756a87ba3ab1ac05223ef2e214906 (patch) | |
tree | 5e65f596e8566785ba38cc5aa0835b4a20ae1b04 /indra/newview | |
parent | 02c9c49788c6677a4332246a8d748d3e002c712f (diff) |
STORM-1330 WIP Removing a comment that was added by mistake.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterregioninfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp index 59a996b2ed..d84f4c26c4 100644 --- a/indra/newview/llfloaterregioninfo.cpp +++ b/indra/newview/llfloaterregioninfo.cpp @@ -3022,7 +3022,6 @@ bool LLDispatchEstateUpdateInfo::operator()( F32 sun_hour = ((F32)(strtod(strings[4].c_str(), NULL)))/1024.0f; if(sun_hour == 0 && (flags & REGION_FLAGS_SUN_FIXED ? FALSE : TRUE)) { - // no need to overwrite region sun phase? lldebugs << "Estate uses global time" << llendl; panel->setGlobalTime(TRUE); } |