1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00:00

LibWebView: Remove now-unused callback to override property tables

This commit is contained in:
Timothy Flynn 2023-11-27 16:43:21 -05:00 committed by Andreas Kling
parent cd0f5087a7
commit 5fcb3dfb2c
2 changed files with 0 additions and 12 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Function.h>
#include <AK/JsonValue.h>
#include <AK/StringView.h>
#include <LibWebView/ViewImplementation.h>
@ -25,8 +24,6 @@ public:
void select_default_node();
void clear_selection();
Function<void(ErrorOr<ViewImplementation::DOMNodeProperties>)> on_dom_node_properties_received;
private:
void maybe_load_inspector();
void generate_dom_tree(StringBuilder&);