Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2021 23:20:47 GMT
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c62ee7332e4d - main - fb_if: remove unused method
Message-ID:  <202101212320.10LNKloP071341@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by marius:

URL: https://cgit.FreeBSD.org/src/commit/?id=c62ee7332e4dc5a9c4cbec47c967b94f8abf1981

commit c62ee7332e4dc5a9c4cbec47c967b94f8abf1981
Author:     Marius Strobl <marius@FreeBSD.org>
AuthorDate: 2021-01-17 13:31:56 +0000
Commit:     Marius Strobl <marius@FreeBSD.org>
CommitDate: 2021-01-21 23:18:39 +0000

    fb_if: remove unused method
    
    Apparently, it never came into play.
---
 sys/dev/fb/fb_if.m | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys/dev/fb/fb_if.m b/sys/dev/fb/fb_if.m
index f7cb52ce967a..53e4563bb6f5 100644
--- a/sys/dev/fb/fb_if.m
+++ b/sys/dev/fb/fb_if.m
@@ -3,11 +3,6 @@
 
 INTERFACE fb;
 
-METHOD int pin_max {
-	device_t dev;
-	int *npins;
-};
-
 METHOD struct fb_info * getinfo {
 	device_t dev;
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101212320.10LNKloP071341>