input/qobuz: remove unused variable

This commit is contained in:
Max Kellermann 2018-01-21 15:01:27 +01:00
parent b6d858f4d6
commit 91a512606b
1 changed files with 0 additions and 3 deletions

View File

@ -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 (...) {