diff options
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLXInventoryData.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLXInventoryData.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs b/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs index 01689a4..5bc4fe4 100644 --- a/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs +++ b/OpenSim/Data/MSSQL/MSSQLXInventoryData.cs | |||
@@ -79,21 +79,11 @@ namespace OpenSim.Data.MSSQL | |||
79 | return m_Folders.Delete(field, val); | 79 | return m_Folders.Delete(field, val); |
80 | } | 80 | } |
81 | 81 | ||
82 | public bool DeleteFolders(string[] fields, string[] vals) | ||
83 | { | ||
84 | return m_Folders.Delete(fields, vals); | ||
85 | } | ||
86 | |||
87 | public bool DeleteItems(string field, string val) | 82 | public bool DeleteItems(string field, string val) |
88 | { | 83 | { |
89 | return m_Items.Delete(field, val); | 84 | return m_Items.Delete(field, val); |
90 | } | 85 | } |
91 | 86 | ||
92 | public bool DeleteItems(string[] fields, string[] vals) | ||
93 | { | ||
94 | return m_Items.Delete(fields, vals); | ||
95 | } | ||
96 | |||
97 | public bool MoveItem(string id, string newParent) | 87 | public bool MoveItem(string id, string newParent) |
98 | { | 88 | { |
99 | return m_Items.MoveItem(id, newParent); | 89 | return m_Items.MoveItem(id, newParent); |