Remove a hardcoded flow/dependency on the money module from LLCLientView

This commit is contained in:
Melanie Thielker
2009-03-27 18:51:45 +00:00
parent 561f241564
commit 37e81c7d54
6 changed files with 34 additions and 39 deletions

View File

@@ -1053,6 +1053,10 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendCreateGroupReply(UUID groupID, bool success, string message)
{
}
#endregion
}
}