From 496f35b4e85b2145138de0924add1c0be7be5320 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 14 Jun 2015 08:04:25 -0700 Subject: Removing the Store methods in the DB layer of AgentPreferences, as they were simply calling the base ones. --- OpenSim/Data/MySQL/MySQLAgentPreferencesData.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'OpenSim/Data/MySQL') 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 return ret[0]; } - - public override bool Store(AgentPreferencesData data) - { - return base.Store(data); - } } } -- cgit v1.1