* Spring cleaned a bunch of '//TODO: unused' marked functions.

This commit is contained in:
Adam Frisby
2008-04-30 23:11:07 +00:00
parent b67cf72bc3
commit 25a49ac4de
12 changed files with 0 additions and 414 deletions

View File

@@ -38,18 +38,5 @@ namespace OpenSim.Grid.ScriptServer
m_ScriptServerMain = scm;
m_Connection = Connection;
}
// TODO: unused:
// private void DataReceived(object objectID, object scriptID)
// {
// // TODO: HOW DO WE RECEIVE DATA? ASYNC?
// // ANYHOW WE END UP HERE?
// // NEW SCRIPT? ASK SCRIPTENGINE TO INITIALIZE IT
// ScriptRez();
// // EVENT? DELIVER EVENT DIRECTLY TO SCRIPTENGINE
// touch_start();
// }
}
}