diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-11-29 18:34:32 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:12:00 +0200 |
commit | 5f7d939d6e3a11830d63afe259d31d3ff3a9f8bb (patch) | |
tree | 6d06fe095f1591c184b51f097db1bcd85a3e798a /sndfiler/src | |
parent | bc96a98d953afbee541b5e5b5bbcfc99f86842bb (diff) |
removed annoying debug post
svn path=/trunk/externals/tb/; revision=4082
Diffstat (limited to 'sndfiler/src')
-rwxr-xr-x | sndfiler/src/sndfiler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sndfiler/src/sndfiler.c b/sndfiler/src/sndfiler.c index 80df1c9..227a261 100755 --- a/sndfiler/src/sndfiler.c +++ b/sndfiler/src/sndfiler.c @@ -341,8 +341,6 @@ static void sndfiler_read_cb(t_sndfiler * x, int argc, t_atom* argv) writesize = (arraysize>(info.frames-pos)) ? info.frames-pos : arraysize; - post("sndfiler: loading file ..."); - #if (_POSIX_MEMLOCK - 0) >= 200112L munlockall(); #endif |