1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:17:44 +00:00

Userland: Remove serialize-to-JSON functions only used for Inspector

This commit is contained in:
Andreas Kling 2023-04-24 10:36:53 +02:00
parent c756e021a7
commit 3de8dd921e
8 changed files with 0 additions and 112 deletions

View file

@ -26,9 +26,6 @@ public:
static Service* find_by_pid(pid_t);
// FIXME: Port to Core::Property
void save_to(JsonObject&);
private:
Service(Core::ConfigFile const&, StringView name);