mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Userland: Remove serialize-to-JSON functions only used for Inspector
This commit is contained in:
parent
c756e021a7
commit
3de8dd921e
8 changed files with 0 additions and 112 deletions
|
@ -401,8 +401,6 @@ private:
|
|||
|
||||
bool is_allowed_to_modify_termios(const AST::Command&) const;
|
||||
|
||||
// FIXME: Port to Core::Property
|
||||
ErrorOr<void> save_to(JsonObject&);
|
||||
void bring_cursor_to_beginning_of_a_line() const;
|
||||
|
||||
Optional<int> resolve_job_spec(StringView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue