From 642f6fd97913eaaf052b7c0c5ab0def9b0352fa6 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 18 Aug 2008 01:08:38 +0000 Subject: Fix compiler warning due to incomplete refactoring in r5901. --- OpenSim/Framework/RegionInfo.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenSim/Framework') 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 public bool shouldMasterAvatarDetailsBeAsked(string configuration_key) { return MasterAvatarAssignedUUID == LLUUID.Zero; - { - return true; - } - return false; } public bool handleIncomingConfiguration(string configuration_key, object configuration_result) -- cgit v1.1