diff options
author | Jeff Ames | 2008-03-25 03:49:08 +0000 |
---|---|---|
committer | Jeff Ames | 2008-03-25 03:49:08 +0000 |
commit | 9d1b42c39a779c84dd091a817d2f6e5f434777c4 (patch) | |
tree | 0c1c0ad1db253daf3f8fa8389d2a5ae98b899c11 /OpenSim/Grid | |
parent | Fix a couple more warnings. (diff) | |
download | opensim-SC_OLD-9d1b42c39a779c84dd091a817d2f6e5f434777c4.zip opensim-SC_OLD-9d1b42c39a779c84dd091a817d2f6e5f434777c4.tar.gz opensim-SC_OLD-9d1b42c39a779c84dd091a817d2f6e5f434777c4.tar.bz2 opensim-SC_OLD-9d1b42c39a779c84dd091a817d2f6e5f434777c4.tar.xz |
Comment out unused private methods.
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs b/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs index c0cce93..a3d014d 100644 --- a/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs +++ b/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs | |||
@@ -41,16 +41,17 @@ namespace OpenSim.Grid.ScriptServer | |||
41 | m_Connection = Connection; | 41 | m_Connection = Connection; |
42 | } | 42 | } |
43 | 43 | ||
44 | private void DataReceived(object objectID, object scriptID) | 44 | // TODO: unused: |
45 | { | 45 | // private void DataReceived(object objectID, object scriptID) |
46 | // TODO: HOW DO WE RECEIVE DATA? ASYNC? | 46 | // { |
47 | // ANYHOW WE END UP HERE? | 47 | // // TODO: HOW DO WE RECEIVE DATA? ASYNC? |
48 | // // ANYHOW WE END UP HERE? | ||
48 | 49 | ||
49 | // NEW SCRIPT? ASK SCRIPTENGINE TO INITIALIZE IT | 50 | // // NEW SCRIPT? ASK SCRIPTENGINE TO INITIALIZE IT |
50 | ScriptRez(); | 51 | // ScriptRez(); |
51 | 52 | ||
52 | // EVENT? DELIVER EVENT DIRECTLY TO SCRIPTENGINE | 53 | // // EVENT? DELIVER EVENT DIRECTLY TO SCRIPTENGINE |
53 | touch_start(); | 54 | // touch_start(); |
54 | } | 55 | // } |
55 | } | 56 | } |
56 | } | 57 | } |