Merge pull request #366 from tkoeppe/unused

[quake3/common/aselib.c] Remove unused local variables
This commit is contained in:
Timothee "TTimo" Besset 2016-08-16 06:17:40 -06:00 committed by GitHub
commit 30e0307aa0
1 changed files with 2 additions and 2 deletions

View File

@ -411,9 +411,9 @@ static void ASE_SkipRestOfLine( void ){
}
static void ASE_KeyMAP_DIFFUSE( const char *token ){
char fullpath[1024], bitmap[1024], modeldir[1024];
char bitmap[1024];
char filename[1024];
int i = 0, count;
int i = 0;
strcpy( filename, gl_filename );