aboutsummaryrefslogtreecommitdiff
path: root/src/winNT_portio.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/winNT_portio.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/winNT_portio.c')
-rw-r--r--src/winNT_portio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/winNT_portio.c b/src/winNT_portio.c
index c6ffe0c..f06b997 100644
--- a/src/winNT_portio.c
+++ b/src/winNT_portio.c
@@ -125,7 +125,3 @@ int open_port(int port)
}
}
#endif /* __WIN32__ & Z_WANT_LPT */
-
-void z_winNT_portio_setup(void)
-{
-}