mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
Inspector: Remove declarations for non-existent methods
This commit is contained in:
parent
88d746c775
commit
0d37121fc4
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ private:
|
||||||
void handle_get_all_objects_response(JsonObject const&);
|
void handle_get_all_objects_response(JsonObject const&);
|
||||||
void handle_identify_response(JsonObject const&);
|
void handle_identify_response(JsonObject const&);
|
||||||
|
|
||||||
void send_request(JsonObject const&);
|
|
||||||
|
|
||||||
pid_t m_pid { -1 };
|
pid_t m_pid { -1 };
|
||||||
DeprecatedString m_process_name;
|
DeprecatedString m_process_name;
|
||||||
NonnullRefPtr<RemoteObjectGraphModel> m_object_graph_model;
|
NonnullRefPtr<RemoteObjectGraphModel> m_object_graph_model;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue