mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
comment out unused var
This commit is contained in:
parent
8c6e5456bb
commit
922895ed99
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ float () baz =
|
|||
|
||||
void (float x) test =
|
||||
{
|
||||
local string str;
|
||||
//local string str;
|
||||
local integer urk = 0;
|
||||
|
||||
if (urk) {
|
||||
|
|
Loading…
Reference in a new issue