diff options
Diffstat (limited to 'OpenSim/Data/PGSQL')
-rw-r--r-- | OpenSim/Data/PGSQL/PGSQLAgentPreferencesData.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLAgentPreferencesData.cs b/OpenSim/Data/PGSQL/PGSQLAgentPreferencesData.cs index 4c84724..7f3cbee 100644 --- a/OpenSim/Data/PGSQL/PGSQLAgentPreferencesData.cs +++ b/OpenSim/Data/PGSQL/PGSQLAgentPreferencesData.cs | |||
@@ -52,9 +52,5 @@ namespace OpenSim.Data.PGSQL | |||
52 | return ret[0]; | 52 | return ret[0]; |
53 | } | 53 | } |
54 | 54 | ||
55 | public override bool Store(AgentPreferencesData data) | ||
56 | { | ||
57 | return base.Store(data); | ||
58 | } | ||
59 | } | 55 | } |
60 | } | 56 | } |