aboutsummaryrefslogtreecommitdiff
path: root/externals/loaders
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-13 03:26:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-13 03:26:22 +0000
commitaa18c0b53c0214cbc8d3e05a1479b04935d65610 (patch)
tree563a46ba0bc84d562db56e12efb5e7ec80905b3f /externals/loaders
parent1f1e6b387bacd4c0d0c2e11d7f100dc5d4c48845 (diff)
removed deprecation warning until I sort things out better
svn path=/trunk/; revision=8812
Diffstat (limited to 'externals/loaders')
-rw-r--r--externals/loaders/libdir.c4
1 files changed, 2 insertions, 2 deletions
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)