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:
parent
e7fc46879e
commit
5424372d50
4 changed files with 0 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue