[mapguide-commits] r5062 - trunk/MgDev/Common/MdfModel

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jul 30 17:28:00 EDT 2010


Author: waltweltonlair
Date: 2010-07-30 21:28:00 +0000 (Fri, 30 Jul 2010)
New Revision: 5062

Modified:
   trunk/MgDev/Common/MdfModel/MdfOwnerCollection.h
Log:
Tiny code cleanup...

Modified: trunk/MgDev/Common/MdfModel/MdfOwnerCollection.h
===================================================================
--- trunk/MgDev/Common/MdfModel/MdfOwnerCollection.h	2010-07-30 11:59:06 UTC (rev 5061)
+++ trunk/MgDev/Common/MdfModel/MdfOwnerCollection.h	2010-07-30 21:28:00 UTC (rev 5062)
@@ -79,9 +79,8 @@
         {
             OBJ* pRetValue = NULL;
             if (nIndex < m_nSize &&  nIndex >= 0)
-            {
-                    pRetValue = m_objArray[nIndex];
-            }
+                pRetValue = m_objArray[nIndex];
+
             return pRetValue;
         }
 



More information about the mapguide-commits mailing list