mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Remove unneeded variable extern
This commit is contained in:
parent
2e45edb550
commit
e5f7e1de52
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ typedef struct {
|
|||
vec4_t color;
|
||||
} console_t;
|
||||
|
||||
extern console_t con;
|
||||
|
||||
console_t con;
|
||||
|
||||
cvar_t *con_conspeed;
|
||||
|
|
Loading…
Reference in a new issue