Remove GetAssemblyName and friends from the SE interface. It's now handled

internally
This commit is contained in:
Melanie
2009-11-26 12:08:20 +00:00
parent cc3617f74f
commit 88842edc95
5 changed files with 91 additions and 134 deletions

View File

@@ -34,7 +34,6 @@ namespace OpenSim.Region.Framework.Interfaces
{
string ScriptEngineName { get; }
string GetAssemblyName(UUID itemID);
string GetXMLState(UUID itemID);
bool CanBeDeleted(UUID itemID);