git: c62ee7332e4d - main - fb_if: remove unused method
Marius Strobl
marius at FreeBSD.org
Thu Jan 21 23:20:47 UTC 2021
The branch main has been updated by marius:
URL: https://cgit.FreeBSD.org/src/commit/?id=c62ee7332e4dc5a9c4cbec47c967b94f8abf1981
commit c62ee7332e4dc5a9c4cbec47c967b94f8abf1981
Author: Marius Strobl <marius at FreeBSD.org>
AuthorDate: 2021-01-17 13:31:56 +0000
Commit: Marius Strobl <marius at 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;
};
More information about the dev-commits-src-main
mailing list