mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:47:46 +00:00
LibCore: Remove LocalServer::on_ready_to_accept
This is never called in LocalServer and someone might accidentally use it -- I did. :^)
This commit is contained in:
parent
dfdb52efa7
commit
e0e8fd6384
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ public:
|
||||||
RefPtr<LocalSocket> accept();
|
RefPtr<LocalSocket> accept();
|
||||||
|
|
||||||
Function<void(NonnullRefPtr<Core::LocalSocket>)> on_accept;
|
Function<void(NonnullRefPtr<Core::LocalSocket>)> on_accept;
|
||||||
Function<void()> on_ready_to_accept;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
explicit LocalServer(Object* parent = nullptr);
|
explicit LocalServer(Object* parent = nullptr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue