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

@@ -1589,5 +1589,8 @@ namespace OpenSim.Client.MXP.ClientStack
#endregion
public void SendCreateGroupReply(UUID groupID, bool success, string message)
{
}
}
}