diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/EntityBase.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs index a7b9d75..2caab9e 100644 --- a/OpenSim/Region/Environment/Scenes/EntityBase.cs +++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs | |||
@@ -109,13 +109,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
109 | } | 109 | } |
110 | 110 | ||
111 | /// <summary> | 111 | /// <summary> |
112 | /// Called at a set interval to inform entities that they should back themsleves up to the DB | ||
113 | /// </summary> | ||
114 | public virtual void BackUp() | ||
115 | { | ||
116 | } | ||
117 | |||
118 | /// <summary> | ||
119 | /// Copies the entity | 112 | /// Copies the entity |
120 | /// </summary> | 113 | /// </summary> |
121 | /// <returns></returns> | 114 | /// <returns></returns> |