Remove cmGetAvatarList()

This commit is contained in:
Melanie Thielker
2010-06-11 17:08:18 +02:00
parent b3cf5ccf6d
commit 8d5cec5e0d
3 changed files with 0 additions and 30 deletions

View File

@@ -44,6 +44,5 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_List cmGetWindlightScene(LSL_List rules);
int cmSetWindlightScene(LSL_List rules);
int cmSetWindlightSceneTargeted(LSL_List rules, key target);
LSL_List cmGetAvatarList();
}
}