Skip to content
Snippets Groups Projects
Commit 60e47d15 authored by Guillem Bartrina's avatar Guillem Bartrina
Browse files

remove newline

parent 3840b84a
No related branches found
No related tags found
No related merge requests found
...@@ -1022,7 +1022,6 @@ extern void canvas_group_free(t_pd *x); ...@@ -1022,7 +1022,6 @@ extern void canvas_group_free(t_pd *x);
void canvas_free(t_canvas *x) void canvas_free(t_canvas *x)
{ {
//fprintf(stderr,"canvas_free %lx\n", (t_int)x); //fprintf(stderr,"canvas_free %lx\n", (t_int)x);
t_gobj *y; t_gobj *y;
int dspstate = canvas_suspend_dsp(); int dspstate = canvas_suspend_dsp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment