From 91a512606bec0d64f2e711253754b5800e8039ce Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 21 Jan 2018 15:01:27 +0100 Subject: [PATCH] input/qobuz: remove unused variable --- src/input/plugins/QobuzClient.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/input/plugins/QobuzClient.cxx b/src/input/plugins/QobuzClient.cxx index 1858ec0c6..685a4cfcb 100644 --- a/src/input/plugins/QobuzClient.cxx +++ b/src/input/plugins/QobuzClient.cxx @@ -101,9 +101,6 @@ QobuzClient::AddLoginHandler(QobuzSessionHandler &h) noexcept } else { // TODO: throttle login attempts? - std::string login_uri(base_url); - login_uri += "/login/username"; - try { StartLogin(); } catch (...) {