diff --git a/OpenSim/Framework/General/Interfaces/IAssetServer.cs b/OpenSim/Framework/General/Interfaces/IAssetServer.cs index e615bf86db..8df021e624 100644 --- a/OpenSim/Framework/General/Interfaces/IAssetServer.cs +++ b/OpenSim/Framework/General/Interfaces/IAssetServer.cs @@ -42,7 +42,6 @@ namespace OpenSim.Framework.Interfaces void FetchAsset(LLUUID assetID, bool isTexture); void UpdateAsset(AssetBase asset); void StoreAndCommitAsset(AssetBase asset); - void SetServerInfo(string ServerUrl, string ServerKey); void Close(); void LoadAsset(AssetBase info, bool image, string filename); List GetDefaultAssets();