diff options
Diffstat (limited to 'OpenSim/Grid/ScriptServer')
-rw-r--r-- | OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs b/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs index a9679f8..b815a37 100644 --- a/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs +++ b/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs | |||
@@ -38,18 +38,5 @@ namespace OpenSim.Grid.ScriptServer | |||
38 | m_ScriptServerMain = scm; | 38 | m_ScriptServerMain = scm; |
39 | m_Connection = Connection; | 39 | m_Connection = Connection; |
40 | } | 40 | } |
41 | |||
42 | // TODO: unused: | ||
43 | // private void DataReceived(object objectID, object scriptID) | ||
44 | // { | ||
45 | // // TODO: HOW DO WE RECEIVE DATA? ASYNC? | ||
46 | // // ANYHOW WE END UP HERE? | ||
47 | |||
48 | // // NEW SCRIPT? ASK SCRIPTENGINE TO INITIALIZE IT | ||
49 | // ScriptRez(); | ||
50 | |||
51 | // // EVENT? DELIVER EVENT DIRECTLY TO SCRIPTENGINE | ||
52 | // touch_start(); | ||
53 | // } | ||
54 | } | 41 | } |
55 | } | 42 | } |