From b75f2b64a203084ea89f2ef0809d31edf1efd05a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Nov 2012 05:16:58 +0000 Subject: removing bang after [write( after checking the Max/MSP help patch on Max 4.5, Max5 and Max6 svn path=/trunk/externals/miXed/; revision=16589 --- cyclone/hammer/coll.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cyclone') diff --git a/cyclone/hammer/coll.c b/cyclone/hammer/coll.c index 4dd8a52..fc81b30 100644 --- a/cyclone/hammer/coll.c +++ b/cyclone/hammer/coll.c @@ -689,10 +689,6 @@ static void collcommon_dowrite(t_collcommon *cc, t_symbol *fn, t_canvas *cv) loud_error(0, "coll: error writing text file '%s'", fn->s_name); else { - t_coll *x; - /* LATER consider making this more robust */ - for (x = cc->c_refs; x; x = x->x_next) - outlet_bang(x->x_filebangout); cc->c_lastcanvas = cv; cc->c_filename = fn; } -- cgit v1.2.1