Skip to content

Commit

Permalink
Join start methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Oct 26, 2024
1 parent 429228d commit 5d74fbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/spotifyclient/runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ void SpotifyClient::Runner::start()
return;
}

start({}, {});
}

void SpotifyClient::Runner::start(const QString &/*username*/, const QString &/*password*/)
{
// Common arguments
QStringList arguments({
"--bitrate", QString::number(static_cast<int>(settings.spotify.bitrate)),
Expand Down
1 change: 0 additions & 1 deletion src/spotifyclient/runner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ namespace SpotifyClient
~Runner() override;

void start();
void start(const QString &username, const QString &password);

static auto getLog() -> const std::vector<lib::log_message> &;
auto isRunning() const -> bool;
Expand Down

0 comments on commit 5d74fbc

Please sign in to comment.