Revert r6697 patch as the build fails.

This commit is contained in:
Charles Krinke
2008-10-06 00:58:43 +00:00
parent dedc1baeb7
commit e575ef7ad2
19 changed files with 118 additions and 178 deletions

View File

@@ -61,7 +61,7 @@ namespace OpenSim.Framework
public delegate void ModifyTerrain(
float height, float seconds, byte size, byte action, float north, float west, float south, float east,
UUID agentId);
IClientAPI remoteClient);
public delegate void SetAppearance(byte[] texture, List<byte> visualParamList);