Removed two obsolete variables.

git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@170 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
kcozens
2011-11-12 06:20:07 +00:00
parent 18117983d2
commit 9dc245c528
@@ -27,7 +27,6 @@ namespace OpenSimSearch.Modules.OpenSearch
//
// Module vars
//
private IConfigSource m_gConfig;
private List<Scene> m_Scenes = new List<Scene>();
private string m_SearchServer = "";
private bool m_Enabled = true;
@@ -64,8 +63,6 @@ namespace OpenSimSearch.Modules.OpenSearch
if (!m_Scenes.Contains(scene))
m_Scenes.Add(scene);
m_gConfig = config;
// Hook up events
scene.EventManager.OnNewClient += OnNewClient;
}
@@ -557,7 +554,6 @@ namespace OpenSimSearch.Modules.OpenSearch
//defined in OpenMetaverse/GridManager.cs of libopenmetaverse.
if (itemtype == 7) //(land sales)
{
int tc = Environment.TickCount;
Hashtable ReqHash = new Hashtable();
//The flags are: SortAsc (1 << 15), PerMeterSort (1 << 17)