]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/netradiant-src/libs/picomodel/pm_fm.c
Latest fteqcc and netradiant sources
[voretournament/voretournament.git] / misc / source / netradiant-src / libs / picomodel / pm_fm.c
index 1065160e64792f4bb15d37b768a24abc0b05e1c9..0fc6581360a95943e57c20dbd668f6f13f9d35df 100644 (file)
@@ -208,7 +208,6 @@ static picoModel_t *_fm_load( PM_PARAMS_LOAD )
 {
        int                             i, j, dups, dup_index;
        int                             fm_file_pos;
-       short                   tot_numVerts;
        index_LUT_t             *p_index_LUT, *p_index_LUT2, *p_index_LUT3;
        index_DUP_LUT_t *p_index_LUT_DUPS;
 
@@ -458,7 +457,6 @@ static picoModel_t *_fm_load( PM_PARAMS_LOAD )
        }
 
        // Fill in Look Up Table, and allocate/fill Linked List from vert array as needed for dup STs per Vert.
-       tot_numVerts = fm_head->numXYZ;
        dups = 0;
        triangle = tri_verts;