From 3376b82501000692d6dac24b051af738cdaf2737 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 24 May 2007 12:16:50 +0000 Subject: Some more code refactoring, plus a restructuring of the directories so that the Grid servers can be a separate solution to the region server. --- OpenSim.Framework/LoginService.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 OpenSim.Framework/LoginService.cs (limited to 'OpenSim.Framework/LoginService.cs') diff --git a/OpenSim.Framework/LoginService.cs b/OpenSim.Framework/LoginService.cs deleted file mode 100644 index eba0281..0000000 --- a/OpenSim.Framework/LoginService.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Text; -using Nwc.XmlRpc; -using libsecondlife; - -namespace OpenSim.Framework.Grid -{ - public abstract class LoginService - { - - } -} \ No newline at end of file -- cgit v1.1