diff options
author | Justin Clark-Casey (justincc) | 2010-05-28 19:41:13 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-28 19:41:13 +0100 |
commit | 14c39461c2f20db2a79a64d2546cbd4bcb12bee9 (patch) | |
tree | accc20bb67f83ad1fe2935b0c5d7d35f84c2a3b2 | |
parent | tidy up help information on load oar and save oar (diff) | |
download | opensim-SC_OLD-14c39461c2f20db2a79a64d2546cbd4bcb12bee9.zip opensim-SC_OLD-14c39461c2f20db2a79a64d2546cbd4bcb12bee9.tar.gz opensim-SC_OLD-14c39461c2f20db2a79a64d2546cbd4bcb12bee9.tar.bz2 opensim-SC_OLD-14c39461c2f20db2a79a64d2546cbd4bcb12bee9.tar.xz |
minor: remove mono compiler warning
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs index ac6a633..c6fb18d 100644 --- a/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs +++ b/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs | |||
@@ -1014,7 +1014,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap | |||
1014 | 1014 | ||
1015 | int lastMapRefresh = 0; | 1015 | int lastMapRefresh = 0; |
1016 | int twoDays = 172800; | 1016 | int twoDays = 172800; |
1017 | int RefreshSeconds = twoDays; | 1017 | // int RefreshSeconds = twoDays; |
1018 | 1018 | ||
1019 | try | 1019 | try |
1020 | { | 1020 | { |