mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Merge pull request #366 from tkoeppe/unused
[quake3/common/aselib.c] Remove unused local variables
This commit is contained in:
commit
30e0307aa0
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