Show
Ignore:
Timestamp:
06/26/08 06:21:13 (5 months ago)
Author:
mattn
Message:

* fixed warnings
* removed www dir (dead links, almost none of the posted links are available - correct me when i'm wrong, then we can revert this remove)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/libs/picomodel/pm_obj.c

    r183 r275  
    216216} 
    217217 
     218#if 0 
    218219static int _obj_mtl_load( picoModel_t *model ) 
    219220{ 
    220         picoShader_t *curShader = NULL; 
     221        //picoShader_t *curShader = NULL; 
    221222        picoParser_t *p; 
    222223        picoByte_t   *mtlBuffer; 
     
    259260        if (p == NULL) 
    260261                _obj_mtl_error_return; 
    261          
     262 
    262263        /* doo teh .mtl parse */ 
    263264        while( 1 ) 
     
    478479        return 1; 
    479480} 
     481#endif 
    480482 
    481483/* _obj_load: