aboutsummaryrefslogtreecommitdiff
path: root/src/pdf~.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-25 16:27:08 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-25 16:27:08 +0000
commit8e535e93efee1ed07984059f3a8efaa129c68a63 (patch)
treeadc0d3c7795d029ba4fe847115e0c6c0e19ba7b2 /src/pdf~.c
parentbfaccf59b0b916e9f944b68b869146a6e859a208 (diff)
removed the z_..._setup() function
made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494
Diffstat (limited to 'src/pdf~.c')
-rw-r--r--src/pdf~.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pdf~.c b/src/pdf~.c
index be44ccc..f5f81d1 100644
--- a/src/pdf~.c
+++ b/src/pdf~.c
@@ -138,8 +138,3 @@ void pdf_tilde_setup(void)
class_sethelpsymbol(pdf_class, gensym("zexy/pdf~"));
zexy_register("pdf~");
}
-
-void z_pdf__setup(void)
-{
- pdf_tilde_setup();
-}