aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-26 05:16:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-26 05:16:58 +0000
commitb75f2b64a203084ea89f2ef0809d31edf1efd05a (patch)
treed43c7d3863bbf2c09dbf045a4132403379b7b4b9
parenta31e4a69b32812ef2ad0de322c54996bb16c09fa (diff)
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
-rw-r--r--cyclone/hammer/coll.c4
1 files changed, 0 insertions, 4 deletions
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;
}