From f2c456c23df63e93d2ad7282203b94deac9f79f5 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 5 Aug 2008 17:28:23 +0000 Subject: * Make currently selected region appear in the region console prompt * This region is used for single region commands (such as save-xml2) --- OpenSim/Region/Application/OpenSimBase.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenSim/Region/Application/OpenSimBase.cs') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index c718c53..ce5b335 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -138,9 +138,6 @@ namespace OpenSim get { return m_httpServer; } } -// 6/28 Cfk: Commented out the new in this next line. It used to be -// 6/28 cfk: public new uint HttpServerPort and it was causing a warning indicating there should not be a new -// 6/28 cfk: There is still a new in the declaration above and it is unclear if it should be there or not. public uint HttpServerPort { get { return m_httpServerPort; } -- cgit v1.1