diff options
author | Jeff Ames | 2008-08-18 01:08:38 +0000 |
---|---|---|
committer | Jeff Ames | 2008-08-18 01:08:38 +0000 |
commit | 642f6fd97913eaaf052b7c0c5ab0def9b0352fa6 (patch) | |
tree | dbaf52f8d70b820a88b13348beb2f90136b410f8 /OpenSim | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-642f6fd97913eaaf052b7c0c5ab0def9b0352fa6.zip opensim-SC_OLD-642f6fd97913eaaf052b7c0c5ab0def9b0352fa6.tar.gz opensim-SC_OLD-642f6fd97913eaaf052b7c0c5ab0def9b0352fa6.tar.bz2 opensim-SC_OLD-642f6fd97913eaaf052b7c0c5ab0def9b0352fa6.tar.xz |
Fix compiler warning due to incomplete refactoring in r5901.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 716849c..9b12662 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -462,10 +462,6 @@ namespace OpenSim.Framework | |||
462 | public bool shouldMasterAvatarDetailsBeAsked(string configuration_key) | 462 | public bool shouldMasterAvatarDetailsBeAsked(string configuration_key) |
463 | { | 463 | { |
464 | return MasterAvatarAssignedUUID == LLUUID.Zero; | 464 | return MasterAvatarAssignedUUID == LLUUID.Zero; |
465 | { | ||
466 | return true; | ||
467 | } | ||
468 | return false; | ||
469 | } | 465 | } |
470 | 466 | ||
471 | public bool handleIncomingConfiguration(string configuration_key, object configuration_result) | 467 | public bool handleIncomingConfiguration(string configuration_key, object configuration_result) |