aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs b/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs
index 6be205e..ed0ab98 100644
--- a/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs
+++ b/OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs
@@ -51,11 +51,6 @@ namespace OpenSim.Data.MySQL
51 51
52 return ret[0]; 52 return ret[0];
53 } 53 }
54
55 public override bool Store(AgentPreferencesData data)
56 {
57 return base.Store(data);
58 }
59 } 54 }
60} 55}
61 56