mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +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 ){
|
static void ASE_KeyMAP_DIFFUSE( const char *token ){
|
||||||
char fullpath[1024], bitmap[1024], modeldir[1024];
|
char bitmap[1024];
|
||||||
char filename[1024];
|
char filename[1024];
|
||||||
int i = 0, count;
|
int i = 0;
|
||||||
|
|
||||||
strcpy( filename, gl_filename );
|
strcpy( filename, gl_filename );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue