diff options
author | Justin Clark-Casey (justincc) | 2014-07-19 01:15:15 +0100 |
---|---|---|
committer | Justin Clark-Casey | 2014-08-02 00:55:12 +0100 |
commit | 74848e9cdb9b54140d3c493b97846ceb8b2663df (patch) | |
tree | bbb90b4de2104143aa2d929245930207ca9c64b1 | |
parent | minor: remove long unused RegionInfo.commFailTF (diff) | |
download | opensim-SC_OLD-74848e9cdb9b54140d3c493b97846ceb8b2663df.zip opensim-SC_OLD-74848e9cdb9b54140d3c493b97846ceb8b2663df.tar.gz opensim-SC_OLD-74848e9cdb9b54140d3c493b97846ceb8b2663df.tar.bz2 opensim-SC_OLD-74848e9cdb9b54140d3c493b97846ceb8b2663df.tar.xz |
minor: remove long unused RegionInfo.ignoreIncomingConfiguration
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 8e2f574..5911ade 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -880,11 +880,6 @@ namespace OpenSim.Framework | |||
880 | config.Set("MaptileStaticFile", MaptileStaticFile); | 880 | config.Set("MaptileStaticFile", MaptileStaticFile); |
881 | } | 881 | } |
882 | 882 | ||
883 | public bool ignoreIncomingConfiguration(string configuration_key, object configuration_result) | ||
884 | { | ||
885 | return true; | ||
886 | } | ||
887 | |||
888 | public void SaveRegionToFile(string description, string filename) | 883 | public void SaveRegionToFile(string description, string filename) |
889 | { | 884 | { |
890 | if (filename.ToLower().EndsWith(".ini")) | 885 | if (filename.ToLower().EndsWith(".ini")) |