mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
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:
parent
f78ed0600a
commit
30a92911fa
Notes:
sideshowbarker
2024-07-17 18:08:55 +09:00
Author: https://github.com/awesomekling
Commit: 30a92911fa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/42
6 changed files with 0 additions and 9 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue