Browse Source

fix the build.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling 10 years ago
parent
commit
303a6893fc
1 changed files with 1 additions and 6 deletions
  1. 1 6
      code/OpenGEXImporter.cpp

+ 1 - 6
code/OpenGEXImporter.cpp

@@ -120,14 +120,9 @@ void OpenGEXImporter::SetupProperties( const Importer *pImp ) {
 
 
 //------------------------------------------------------------------------------------------------
 //------------------------------------------------------------------------------------------------
 void OpenGEXImporter::importMetric( Context *ctx ) {
 void OpenGEXImporter::importMetric( Context *ctx ) {
-    if( NULL == ctx || NULL == ctx->getProperties() ) {
+    if( NULL == ctx ) {
         return;
         return;
     }
     }
-
-    Property *prop = ctx->getProperties();
-    while( NULL != prop ) {
-        prop = prop->m_next;
-    }
 }
 }
 
 
 //------------------------------------------------------------------------------------------------
 //------------------------------------------------------------------------------------------------