mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibWeb: Remove the now-unused DrawText display list command
This commit is contained in:
committed by
Andreas Kling
parent
63f8feb9a4
commit
23f6280817
@@ -48,12 +48,6 @@ CommandResult CommandExecutorGPU::draw_glyph_run(DrawGlyphRun const& command)
|
||||
return CommandResult::Continue;
|
||||
}
|
||||
|
||||
CommandResult CommandExecutorGPU::draw_text(DrawText const&)
|
||||
{
|
||||
// FIXME
|
||||
return CommandResult::Continue;
|
||||
}
|
||||
|
||||
CommandResult CommandExecutorGPU::fill_rect(FillRect const& command)
|
||||
{
|
||||
// FIXME: Support clip paths
|
||||
|
||||
Reference in New Issue
Block a user