LibWeb: Remove the now-unused DrawText display list command

This commit is contained in:
Andreas Kling
2024-06-21 08:00:49 +02:00
committed by Andreas Kling
parent 63f8feb9a4
commit 23f6280817
9 changed files with 0 additions and 37 deletions

View File

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