mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
Userland: Remove stale remainders of old framebuffer devices
This commit is contained in:
parent
b7d0b5d745
commit
b5e5b299c4
7 changed files with 29 additions and 36 deletions
|
@ -85,8 +85,8 @@ public:
|
|||
static ErrorOr<Parser> from_bytes(ByteBuffer&&);
|
||||
|
||||
#ifndef KERNEL
|
||||
static ErrorOr<Parser> from_framebuffer_device(int, size_t);
|
||||
static ErrorOr<Parser> from_framebuffer_device(String const&, size_t);
|
||||
static ErrorOr<Parser> from_display_connector_device(int, size_t);
|
||||
static ErrorOr<Parser> from_display_connector_device(String const&, size_t);
|
||||
#endif
|
||||
|
||||
StringView legacy_manufacturer_id() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue