Skip to content

Commit

Permalink
fix: forgot to remove this one
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Life committed Apr 13, 2024
1 parent b087235 commit 042a2fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/dpp/discordvoiceclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1184,14 +1184,6 @@ discord_voice_client& discord_voice_client::skip_to_next_marker() {
}
}

if (tracks > 0) {
tracks--;
}

if (!track_meta.empty()) {
track_meta.erase(track_meta.begin());
}

return *this;
}

Expand Down

0 comments on commit 042a2fe

Please sign in to comment.