diff options
author | Melanie Thielker | 2010-07-02 04:51:31 +0200 |
---|---|---|
committer | Melanie | 2010-07-02 04:45:03 +0100 |
commit | fda9d7b75e88f8308f5a05ae8f5476869e675a0b (patch) | |
tree | 935e4784c9df3df93ee52629573a4dc6c2942072 /OpenSim/Region/OptionalModules | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-fda9d7b75e88f8308f5a05ae8f5476869e675a0b.zip opensim-SC_OLD-fda9d7b75e88f8308f5a05ae8f5476869e675a0b.tar.gz opensim-SC_OLD-fda9d7b75e88f8308f5a05ae8f5476869e675a0b.tar.bz2 opensim-SC_OLD-fda9d7b75e88f8308f5a05ae8f5476869e675a0b.tar.xz |
Remove GetEconomyData and the economy data structure (unused)
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs index b9a75cc..e070077 100644 --- a/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs +++ b/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs | |||
@@ -268,27 +268,6 @@ namespace OpenSim.Region.OptionalModules.World.MoneyModule | |||
268 | 268 | ||
269 | } | 269 | } |
270 | 270 | ||
271 | public EconomyData GetEconomyData() | ||
272 | { | ||
273 | EconomyData edata = new EconomyData(); | ||
274 | edata.ObjectCapacity = ObjectCapacity; | ||
275 | edata.ObjectCount = ObjectCount; | ||
276 | edata.PriceEnergyUnit = PriceEnergyUnit; | ||
277 | edata.PriceGroupCreate = PriceGroupCreate; | ||
278 | edata.PriceObjectClaim = PriceObjectClaim; | ||
279 | edata.PriceObjectRent = PriceObjectRent; | ||
280 | edata.PriceObjectScaleFactor = PriceObjectScaleFactor; | ||
281 | edata.PriceParcelClaim = PriceParcelClaim; | ||
282 | edata.PriceParcelClaimFactor = PriceParcelClaimFactor; | ||
283 | edata.PriceParcelRent = PriceParcelRent; | ||
284 | edata.PricePublicObjectDecay = PricePublicObjectDecay; | ||
285 | edata.PricePublicObjectDelete = PricePublicObjectDelete; | ||
286 | edata.PriceRentLight = PriceRentLight; | ||
287 | edata.PriceUpload = PriceUpload; | ||
288 | edata.TeleportMinPrice = TeleportMinPrice; | ||
289 | return edata; | ||
290 | } | ||
291 | |||
292 | private void GetClientFunds(IClientAPI client) | 271 | private void GetClientFunds(IClientAPI client) |
293 | { | 272 | { |
294 | CheckExistAndRefreshFunds(client.AgentId); | 273 | CheckExistAndRefreshFunds(client.AgentId); |