diff options
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 |