[quake3/common/aselib.c] Remove unused local variables

This commit is contained in:
Thomas Köppe 2016-08-14 01:21:30 +01:00
parent 6409de3029
commit 683e9415f7
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 );