Revert "Forward-port 0.6 fix"

This reverts commit 90b51dc7d6.
This commit is contained in:
Melanie
2010-10-02 18:45:48 +01:00
parent f220a2c5eb
commit b01020b84a
3 changed files with 5 additions and 17 deletions

View File

@@ -42,6 +42,6 @@ namespace OpenSim.Region.Framework.Interfaces
/// <returns>
/// True on a successful purchase, false on failure
/// </returns>
bool BuyObject(IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType, int salePrice);
bool BuyObject(IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType);
}
}
}