aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Data.MySQL/MySQLDataStore.cs')
-rw-r--r--OpenSim/Framework/Data.MySQL/MySQLDataStore.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
index 60ffaa3..744d190 100644
--- a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
+++ b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
@@ -459,9 +459,6 @@ namespace OpenSim.Framework.Data.MySQL
459 459
460 private SceneObjectPart buildPrim(DataRow row) 460 private SceneObjectPart buildPrim(DataRow row)
461 { 461 {
462 // TODO: this doesn't work yet because something more
463 // interesting has to be done to actually get these values
464 // back out. Not enough time to figure it out yet.
465 SceneObjectPart prim = new SceneObjectPart(); 462 SceneObjectPart prim = new SceneObjectPart();
466 prim.UUID = new LLUUID((String)row["UUID"]); 463 prim.UUID = new LLUUID((String)row["UUID"]);
467 // explicit conversion of integers is required, which sort 464 // explicit conversion of integers is required, which sort