diff options
author | Adam Frisby | 2008-04-30 23:11:07 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-30 23:11:07 +0000 |
commit | 25a49ac4de056f43d6c5803fcd34804fcea96ae2 (patch) | |
tree | 3b3f24601da9ebdcc8818b86fe201da2c63d7dda /OpenSim/Grid | |
parent | * Fix #3 (diff) | |
download | opensim-SC_OLD-25a49ac4de056f43d6c5803fcd34804fcea96ae2.zip opensim-SC_OLD-25a49ac4de056f43d6c5803fcd34804fcea96ae2.tar.gz opensim-SC_OLD-25a49ac4de056f43d6c5803fcd34804fcea96ae2.tar.bz2 opensim-SC_OLD-25a49ac4de056f43d6c5803fcd34804fcea96ae2.tar.xz |
* Spring cleaned a bunch of '//TODO: unused' marked functions.
Diffstat (limited to 'OpenSim/Grid')
-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 | } |