WebContent: Remove update_system_fonts() IPC message

This was no longer doing anything. We'll eventually want a way to pass
system default fonts to each WebContent process, but we don't need to
squeeze everything through this API that was really meant for Serenity's
very idiosyncratic font system.
This commit is contained in:
Andreas Kling 2024-06-04 15:23:16 +02:00
commit 30a92911fa
Notes: sideshowbarker 2024-07-17 18:08:55 +09:00
6 changed files with 0 additions and 9 deletions

View file

@ -591,7 +591,6 @@ void WebContentView::initialize_client(WebView::ViewImplementation::CreateNewCli
client().async_set_device_pixels_per_css_pixel(m_client_state.page_index, m_device_pixel_ratio);
update_palette();
client().async_update_system_fonts(m_client_state.page_index, Gfx::FontDatabase::default_font_query(), Gfx::FontDatabase::fixed_width_font_query(), Gfx::FontDatabase::window_title_font_query());
update_screen_rects();