minor: remove now unused migration-hack bool from DAMap

This commit is contained in:
Justin Clark-Casey (justincc)
2013-07-08 23:32:19 +01:00
parent 8be59829d1
commit eccec4f8f6

View File

@@ -132,10 +132,6 @@ namespace OpenSim.Framework
{
List<string> keysToRemove = null;
// Hard-coded special case that needs to be removed in the future. Normally, modules themselves should
// handle reading data from old locations
bool osMaterialsMigrationRequired = false;
OSDMap namespacesMap = daMap.m_map;
foreach (string key in namespacesMap.Keys)