aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-11-06 02:36:26 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-11-06 02:36:26 +0000
commitb1511f4fb5f26efb16803ae2c8f8f630fbf35a48 (patch)
treef4c92f6188b97b8d2e04662382d88f9e9bb6a111 /sys/dev/fb
parent83103a7397a1b48c7ff8b844381c5e1dbd36a829 (diff)
Notes
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/fbreg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/fb/fbreg.h b/sys/dev/fb/fbreg.h
index 1fcaf13978ce0..4cf0ad54416c5 100644
--- a/sys/dev/fb/fbreg.h
+++ b/sys/dev/fb/fbreg.h
@@ -126,10 +126,8 @@ typedef struct video_switch {
(*vidsw[(adp)->va_index]->get_info)((adp), (mode), (buf))
#define set_video_mode(adp, mode) \
(*vidsw[(adp)->va_index]->set_mode)((adp), (mode))
-#if 0 /* XXX conflicts with syscons' set_border() */
#define set_border(adp, border) \
(*vidsw[(adp)->va_index]->set_border)((adp), (border))
-#endif
#define set_origin(adp, o) \
(*vidsw[(adp)->va_index]->set_win_org)(adp, o)