Comment out unused ISceneViewer.Reset() to reduce code complexity

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-09-06 22:39:01 +01:00
parent 4bf3adffb8
commit 405a5b097b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// </summary>
public interface ISceneViewer
{
void Reset();
// void Reset();
void Close();
/// <summary>