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

AudioServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:20:46 +02:00
parent e7fc46879e
commit 5424372d50
4 changed files with 0 additions and 9 deletions

View file

@ -59,10 +59,6 @@ void ClientConnection::did_change_main_mix_volume(Badge<Mixer>, int volume)
async_main_mix_volume_changed(volume);
}
void ClientConnection::greet()
{
}
Messages::AudioServer::GetMainMixVolumeResponse ClientConnection::get_main_mix_volume()
{
return m_mixer.main_volume();