mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
Kernel: Remove declarations for non-existent methods
This commit is contained in:
parent
09a22ddb2a
commit
3cbc0fdbb0
19 changed files with 0 additions and 42 deletions
|
@ -136,7 +136,6 @@ private:
|
|||
void enable_dpll_without_vga(IntelGraphics::PLLSettings const&, size_t dac_multiplier);
|
||||
void set_display_timings(Graphics::Modesetting const&);
|
||||
void enable_pipe_a();
|
||||
void set_framebuffer_parameters(size_t, size_t);
|
||||
void enable_primary_plane(PhysicalAddress fb_address, size_t stride);
|
||||
|
||||
bool wait_for_enabled_pipe_a(size_t milliseconds_timeout) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue