mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 20:51:35 +00:00
[glsl] Remove a debug print
This commit is contained in:
parent
43cea64709
commit
a8ff58baa4
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ static void
|
|||
effect_free (void *e, void *unused)
|
||||
{
|
||||
glsl_effect_t *effect = e;
|
||||
puts (effect->name);
|
||||
free ((char *) effect->name);
|
||||
Segtext_delete (effect->text);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue