1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 04:19:55 +01:00

Remove dead code

This commit is contained in:
Arnaud Bienner 2014-09-14 02:39:35 +02:00
parent 160b151652
commit 3e17a0adb5
2 changed files with 0 additions and 6 deletions

View File

@ -170,11 +170,6 @@ bool GstEnginePipeline::ReplaceDecodeBin(const QUrl& url) {
gst_element_add_pad(GST_ELEMENT(new_bin), gst_ghost_pad_new("src", pad));
gst_object_unref(GST_OBJECT(pad));
// g_object_set(G_OBJECT(new_bin), "max-size-time", 100,
// nullptr);
// g_object_set(G_OBJECT(new_bin), "use-buffering", true, nullptr);
// Tell spotify to start sending data to us.
InternetModel::Service<SpotifyService>()->server()->StartPlaybackLater(
url.toString(), port);

View File

@ -703,7 +703,6 @@ void SpotifyService::Seek(const int offset /* in msec */) {
server_->Seek(offset);
}
void SpotifyService::SyncPlaylistProgress(
const pb::spotify::SyncPlaylistProgress& progress) {
qLog(Debug) << "Sync progress:" << progress.sync_progress();