From 9d1b42c39a779c84dd091a817d2f6e5f434777c4 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 25 Mar 2008 03:49:08 +0000 Subject: Comment out unused private methods. --- .../ScriptServer/Region/RegionConnectionManager.cs | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'OpenSim/Grid/ScriptServer') 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 m_Connection = Connection; } - private void DataReceived(object objectID, object scriptID) - { - // TODO: HOW DO WE RECEIVE DATA? ASYNC? - // ANYHOW WE END UP HERE? +// 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(); +// // NEW SCRIPT? ASK SCRIPTENGINE TO INITIALIZE IT +// ScriptRez(); - // EVENT? DELIVER EVENT DIRECTLY TO SCRIPTENGINE - touch_start(); - } +// // EVENT? DELIVER EVENT DIRECTLY TO SCRIPTENGINE +// touch_start(); +// } } } -- cgit v1.1