diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-27 21:45:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-09-27 21:45:21 +0000 |
commit | 6ebf34b0a9ffc616088bb8dba37b0a8fbf05eaea (patch) | |
tree | d98dd6d56c244f011f4077d53a4a8d52cc430d80 /sys/dev/wscons/wsdisplay.c | |
parent | 375c1f57e777fc70a5a7626ca1b869c0ccf14523 (diff) |
More non-emulating wsdisplay tentacles removal.
Diffstat (limited to 'sys/dev/wscons/wsdisplay.c')
-rw-r--r-- | sys/dev/wscons/wsdisplay.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/dev/wscons/wsdisplay.c b/sys/dev/wscons/wsdisplay.c index 1fe3a31283e..22050d83220 100644 --- a/sys/dev/wscons/wsdisplay.c +++ b/sys/dev/wscons/wsdisplay.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsdisplay.c,v 1.63 2005/08/20 17:09:45 matthieu Exp $ */ +/* $OpenBSD: wsdisplay.c,v 1.64 2005/09/27 21:45:20 miod Exp $ */ /* $NetBSD: wsdisplay.c,v 1.82 2005/02/27 00:27:52 perry Exp $ */ /* @@ -590,20 +590,6 @@ wsemuldisplaydevprint(void *aux, const char *pnp) return (UNCONF); } -/* Print function (for parent devices). */ -int -wsdisplaydevprint(void *aux, const char *pnp) -{ -#if 0 /* -Wunused */ - struct wsdisplaydev_attach_args *ap = aux; -#endif - - if (pnp) - printf("wsdisplay at %s", pnp); - - return (UNCONF); -} - void wsdisplay_common_attach(struct wsdisplay_softc *sc, int console, int kbdmux, const struct wsscreen_list *scrdata, |