* removed erroneous comments

afrisby
lbsa71 2007-11-22 15:43:28 +00:00
parent e69c810486
commit ae5999c3d5
1 changed files with 0 additions and 3 deletions

View File

@ -459,9 +459,6 @@ namespace OpenSim.Framework.Data.MySQL
private SceneObjectPart buildPrim(DataRow row)
{
// TODO: this doesn't work yet because something more
// interesting has to be done to actually get these values
// back out. Not enough time to figure it out yet.
SceneObjectPart prim = new SceneObjectPart();
prim.UUID = new LLUUID((String)row["UUID"]);
// explicit conversion of integers is required, which sort