From 405a5b097b146eeb0db0f9b59d89a2fc6f352cee Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 6 Sep 2011 22:39:01 +0100 Subject: Comment out unused ISceneViewer.Reset() to reduce code complexity --- OpenSim/Region/Framework/Interfaces/ISceneViewer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Framework/Interfaces/ISceneViewer.cs b/OpenSim/Region/Framework/Interfaces/ISceneViewer.cs index a4cc2be..e715e70 100644 --- a/OpenSim/Region/Framework/Interfaces/ISceneViewer.cs +++ b/OpenSim/Region/Framework/Interfaces/ISceneViewer.cs @@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces /// public interface ISceneViewer { - void Reset(); +// void Reset(); void Close(); /// -- cgit v1.1