diff options
Diffstat (limited to 'Userland/Utilities/aplay.cpp')
-rw-r--r-- | Userland/Utilities/aplay.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/aplay.cpp b/Userland/Utilities/aplay.cpp index 6fd6a4848a..e550b4e324 100644 --- a/Userland/Utilities/aplay.cpp +++ b/Userland/Utilities/aplay.cpp @@ -24,7 +24,6 @@ int main(int argc, char** argv) Core::EventLoop loop; auto audio_client = Audio::ClientConnection::construct(); - audio_client->handshake(); NonnullRefPtr<Audio::Loader> loader = Audio::Loader::create(path); if (loader->has_error()) { fprintf(stderr, "Failed to load audio file: %s\n", loader->error_string()); |