瀏覽代碼

fix the build.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling 10 年之前
父節點
當前提交
303a6893fc
共有 1 個文件被更改,包括 1 次插入6 次删除
  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 ) {
-    if( NULL == ctx || NULL == ctx->getProperties() ) {
+    if( NULL == ctx ) {
         return;
     }
-
-    Property *prop = ctx->getProperties();
-    while( NULL != prop ) {
-        prop = prop->m_next;
-    }
 }
 
 //------------------------------------------------------------------------------------------------