diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-25 16:27:08 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-01-25 16:27:08 +0000 |
commit | 8e535e93efee1ed07984059f3a8efaa129c68a63 (patch) | |
tree | adc0d3c7795d029ba4fe847115e0c6c0e19ba7b2 /src/list2int.c | |
parent | bfaccf59b0b916e9f944b68b869146a6e859a208 (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/list2int.c')
-rw-r--r-- | src/list2int.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/list2int.c b/src/list2int.c index 09f6333..0758e3d 100644 --- a/src/list2int.c +++ b/src/list2int.c @@ -84,8 +84,3 @@ void l2i_setup(void) { list2int_setup(); } - -void z_list2int_setup(void) -{ - list2int_setup(); -} |