From 5928fa5cc76601fe70befcda201ab1d388ab0314 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 23 Jan 2001 22:02:08 +0000 Subject: #if 0 out local variables only used in #if 0'd code and remove unused local variables. --- sys/dev/fb/s3_pci.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/dev/fb') diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 86d8df198185..20c8b0a100c3 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -169,8 +169,10 @@ s3lfb_init(int unit, video_adapter_t *adp, int flags) static int s3lfb_get_info(video_adapter_t *adp, int mode, video_info_t *info) { +#if 0 device_t dev = s3pci_dev; /* XXX */ struct s3pci_softc *sc = (struct s3pci_softc *)device_get_softc(dev); +#endif int error; if ((error = (*prevvidsw->get_info)(adp, mode, info))) @@ -217,8 +219,9 @@ s3lfb_set_mode(video_adapter_t *adp, int mode) { device_t dev = s3pci_dev; /* XXX */ struct s3pci_softc *sc = (struct s3pci_softc *)device_get_softc(dev); - u_long cr59, cr5A; +#if 0 unsigned char tmp; +#endif int error; /* First, set the mode as if it was a classic VESA card -- cgit v1.3