LibWeb+LibWebView+WebContent: Remove the built-in Inspector

This commit is contained in:
Timothy Flynn 2025-03-14 16:22:16 -04:00 committed by Alexander Kalenik
parent 1c696e7893
commit 810d04b3f4
Notes: github-actions[bot] 2025-03-15 18:10:57 +00:00
34 changed files with 24 additions and 3082 deletions

View file

@ -779,9 +779,4 @@ void ViewImplementation::use_native_user_style_sheet()
set_user_style_sheet(native_stylesheet_source);
}
void ViewImplementation::enable_inspector_prototype()
{
client().async_enable_inspector_prototype(page_id());
}
}