From 323234f82a78b8a863c12e0c6d0641ec156d523b Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Mon, 24 Sep 2007 12:49:46 +0000 Subject: Reorganized some files --- OpenSim/Grid/ScriptServer/RegionConnectionManager.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 OpenSim/Grid/ScriptServer/RegionConnectionManager.cs (limited to 'OpenSim/Grid/ScriptServer/RegionConnectionManager.cs') diff --git a/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs b/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs deleted file mode 100644 index 6a517e9..0000000 --- a/OpenSim/Grid/ScriptServer/RegionConnectionManager.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace OpenSim.Grid.ScriptServer -{ - // Maintains connection and communication to a region - class RegionConnectionManager - { - - public RegionConnectionManager() - { - } - - } -} -- cgit v1.1