mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method
There's no point in keeping this method as we don't really care if a graphics adapter is VGA compatible or not because we don't use this method anymore.
This commit is contained in:
parent
e5de5f4cf3
commit
ebbc38cd2a
Notes:
sideshowbarker
2024-07-17 08:56:43 +09:00
Author: https://github.com/supercomputer7
Commit: ebbc38cd2a
Pull-request: https://github.com/SerenityOS/serenity/pull/14586
7 changed files with 0 additions and 25 deletions
|
@ -24,8 +24,6 @@ public:
|
|||
|
||||
virtual ~IntelNativeGraphicsAdapter() = default;
|
||||
|
||||
virtual bool vga_compatible() const override { return true; }
|
||||
|
||||
private:
|
||||
ErrorOr<void> initialize_adapter();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue