mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 08:52:28 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user