mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
[quake3/common/aselib.c] Remove unused local variables
This commit is contained in:
parent
6409de3029
commit
683e9415f7
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue