1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:27:35 +00:00

Userland: Remove stale remainders of old framebuffer devices

This commit is contained in:
Liav A 2022-06-10 13:54:36 +03:00 committed by Linus Groh
parent b7d0b5d745
commit b5e5b299c4
7 changed files with 29 additions and 36 deletions

View file

@ -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;