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

Inspector: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:07:37 +00:00 committed by Linus Groh
parent 88d746c775
commit 0d37121fc4

View file

@ -39,8 +39,6 @@ private:
void handle_get_all_objects_response(JsonObject const&);
void handle_identify_response(JsonObject const&);
void send_request(JsonObject const&);
pid_t m_pid { -1 };
DeprecatedString m_process_name;
NonnullRefPtr<RemoteObjectGraphModel> m_object_graph_model;