mirror of
https://github.com/opensim/opensim.git
synced 2026-06-09 13:35:49 +08:00
* Spring cleaned a bunch of '//TODO: unused' marked functions.
This commit is contained in:
@@ -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();
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user