diff options
author | Justin Clark-Casey (justincc) | 2012-03-20 23:34:10 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-20 23:34:10 +0000 |
commit | 02f9caf6ce2c0f19d84f4092940f7f6de18fc57f (patch) | |
tree | 9c51d79007e5320a3dfdf434cd406b7fe361e8c2 /OpenSim | |
parent | remove unnecessary tmpFrameMS, use maintc instead for frame time calculation (diff) | |
download | opensim-SC_OLD-02f9caf6ce2c0f19d84f4092940f7f6de18fc57f.zip opensim-SC_OLD-02f9caf6ce2c0f19d84f4092940f7f6de18fc57f.tar.gz opensim-SC_OLD-02f9caf6ce2c0f19d84f4092940f7f6de18fc57f.tar.bz2 opensim-SC_OLD-02f9caf6ce2c0f19d84f4092940f7f6de18fc57f.tar.xz |
remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs index 61d604f..4c6f73e 100644 --- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs +++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs | |||
@@ -604,7 +604,6 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
604 | 604 | ||
605 | public void handleOnEstateManageTelehub (IClientAPI client, UUID invoice, UUID senderID, string cmd, uint param1) | 605 | public void handleOnEstateManageTelehub (IClientAPI client, UUID invoice, UUID senderID, string cmd, uint param1) |
606 | { | 606 | { |
607 | uint ObjectLocalID; | ||
608 | SceneObjectPart part; | 607 | SceneObjectPart part; |
609 | 608 | ||
610 | switch (cmd) | 609 | switch (cmd) |
@@ -877,7 +876,6 @@ namespace OpenSim.Region.CoreModules.World.Estate | |||
877 | return; | 876 | return; |
878 | 877 | ||
879 | Dictionary<uint, float> sceneData = null; | 878 | Dictionary<uint, float> sceneData = null; |
880 | List<UUID> uuidNameLookupList = new List<UUID>(); | ||
881 | 879 | ||
882 | if (reportType == 1) | 880 | if (reportType == 1) |
883 | { | 881 | { |