mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 06:18:59 +00:00
Userland: Remove dummy IPC methods
They're not used anywhere and are unnecessary boilerplate code. So let's remove them and update IPCCompiler to allow for empty endpoint declarations.
This commit is contained in:
parent
62f9377656
commit
ac650d2362
Notes:
sideshowbarker
2024-07-18 11:36:20 +09:00
Author: https://github.com/gunnarbeutner
Commit: ac650d2362
Pull-request: https://github.com/SerenityOS/serenity/pull/8221
11 changed files with 4 additions and 19 deletions
|
@ -20,10 +20,6 @@ void Client::die()
|
|||
on_death();
|
||||
}
|
||||
|
||||
void Client::dummy()
|
||||
{
|
||||
}
|
||||
|
||||
Optional<DecodedImage> Client::decode_image(const ByteBuffer& encoded_data)
|
||||
{
|
||||
if (encoded_data.is_empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue