Comments out unused function

This commit is contained in:
Linus Probert 2018-08-03 11:08:44 +02:00
parent 353b4ed1c5
commit c16caf30b5
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,8 @@ create_rect_particle(void)
return p;
}
/*
* Not used right now, hide for now
static Particle *
create_line_particle(void)
{
@ -99,6 +101,7 @@ create_line_particle(void)
return p;
}
*/
static void
check_engine(void)