From aa18c0b53c0214cbc8d3e05a1479b04935d65610 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 13 Oct 2007 03:26:22 +0000 Subject: removed deprecation warning until I sort things out better svn path=/trunk/; revision=8812 --- externals/loaders/libdir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/loaders') diff --git a/externals/loaders/libdir.c b/externals/loaders/libdir.c index f52ad3f3..c82da29b 100644 --- a/externals/loaders/libdir.c +++ b/externals/loaders/libdir.c @@ -19,7 +19,7 @@ struct _canvasenvironment }; -static char *version = "$Revision: 1.6 $"; +static char *version = "$Revision: 1.7 $"; /* This loader opens a directory with a -meta.pd file as a library. In the * long run, the idea is that one folder will have all of objects files, all @@ -94,7 +94,7 @@ static int libdir_loader(t_canvas *canvas, char *classname) close(fd); sys_searchpath = namelist_append(sys_searchpath, dirbuf, 0); post("libdir_loader: added %s to the global classpath", classname); - post("\tThis is deprecated behavior."); +// post("\tThis is deprecated behavior."); } /* post("libdir_loader loaded fullclassname: '%s'\n", fullclassname); */ if (sys_verbose) -- cgit v1.2.1