diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-21 15:01:27 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-21 15:01:31 +0100 |
commit | 91a512606bec0d64f2e711253754b5800e8039ce (patch) | |
tree | 5fc1edb9838d45611d1ac063ccb9aa0c48fddd95 /src | |
parent | b6d858f4d629fd49c86afe2bf3d07a0ad157b7b3 (diff) |
input/qobuz: remove unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/input/plugins/QobuzClient.cxx | 3 |
1 files changed, 0 insertions, 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 (...) { |