mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 02:25:39 +08:00
Removing the Store methods in the DB layer of AgentPreferences, as they were simply calling the base ones.
This commit is contained in:
@@ -51,11 +51,6 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
return ret[0];
|
||||
}
|
||||
|
||||
public override bool Store(AgentPreferencesData data)
|
||||
{
|
||||
return base.Store(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user