diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-07-10 13:57:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:39 +0200 |
commit | 21a8da6e18e1b45112fce3520ff91d0fd70813ba (patch) | |
tree | e404a50620943df161fee5300a459a8bda12f976 /include/dm.h | |
parent | 570518c43b00c39ee67cc34e731b85f55665de12 (diff) |
Remove unused code.
Diffstat (limited to 'include/dm.h')
-rw-r--r-- | include/dm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dm.h b/include/dm.h index da584de..0fdacc4 100644 --- a/include/dm.h +++ b/include/dm.h @@ -208,10 +208,8 @@ extern void ParseDisplay (char *source); /* in netaddr.c */ extern char *NetaddrAddress(XdmcpNetaddr netaddrp, int *lenp); -extern char *NetaddrPort(XdmcpNetaddr netaddrp, int *lenp); extern int ConvertAddr (XdmcpNetaddr saddr, int *len, char **addr); extern int NetaddrFamily (XdmcpNetaddr netaddrp); -extern int addressEqual (XdmcpNetaddr a1, int len1, XdmcpNetaddr a2, int len2); /* in reset.c */ extern void pseudoReset (Display *dpy); |