aboutsummaryrefslogtreecommitdiff
path: root/ENV.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-02 20:42:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-02 20:42:38 +0000
commit8bbda088b6be12a1c8633a05f2c3edee28c3b493 (patch)
tree11349615ec18574fddf303aabd13e65dbff492ff /ENV.c
parent6b301232d846c96ba2687edd0e87e554e6167589 (diff)
cleaned up cxc so that it passes the automated test in scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace
svn path=/trunk/externals/cxc/; revision=7538
Diffstat (limited to 'ENV.c')
-rw-r--r--ENV.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ENV.c b/ENV.c
index 772e4e1..c898559 100644
--- a/ENV.c
+++ b/ENV.c
@@ -84,6 +84,5 @@ void ENV_setup(void)
class_addmethod(ENV_class, (t_method)ENV_getenv, gensym("getenv"), A_SYMBOL);
class_addmethod(ENV_class, (t_method)ENV_setenv, gensym("setenv"), A_SYMBOL, A_SYMBOL);
class_addfloat(ENV_class, ENV_float);
- class_sethelpsymbol(ENV_class, gensym("ENV.pd"));
}