Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wsfb remove outdated comment



details:   https://anonhg.NetBSD.org/src/rev/2ebf811b8f3e
branches:  trunk
changeset: 958968:2ebf811b8f3e
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Jan 26 18:08:33 2021 +0000

description:
remove outdated comment

diffstat:

 sys/dev/wsfb/genfb.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1432b9bac74c -r 2ebf811b8f3e sys/dev/wsfb/genfb.c
--- a/sys/dev/wsfb/genfb.c      Tue Jan 26 16:40:16 2021 +0000
+++ b/sys/dev/wsfb/genfb.c      Tue Jan 26 18:08:33 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genfb.c,v 1.79 2021/01/17 00:23:38 jmcneill Exp $ */
+/*     $NetBSD: genfb.c,v 1.80 2021/01/26 18:08:33 macallan Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.79 2021/01/17 00:23:38 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.80 2021/01/26 18:08:33 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -631,7 +631,6 @@
        rasops_reconfig(ri, sc->sc_height / ri->ri_font->fontheight,
                    sc->sc_width / ri->ri_font->fontwidth);
 
-       /* TODO: actually center output */
        ri->ri_hw = scr;
 
 #ifdef GENFB_DISABLE_TEXT



Home | Main Index | Thread Index | Old Index