mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fb_if: remove unused method
Apparently, it never came into play.
This commit is contained in:
parent
b2a29e5f83
commit
c62ee7332e
1 changed files with 0 additions and 5 deletions
|
|
@ -3,11 +3,6 @@
|
|||
|
||||
INTERFACE fb;
|
||||
|
||||
METHOD int pin_max {
|
||||
device_t dev;
|
||||
int *npins;
|
||||
};
|
||||
|
||||
METHOD struct fb_info * getinfo {
|
||||
device_t dev;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue