summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-02-09 23:44:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-02-09 23:44:54 +0000
commit85748854bd79f223473bc6ad95a78cc861e90bf5 (patch)
tree86cfa9242a6d0ce3c5be0aa57d82a97f4b660fe2 /src
parent2fb904332e75a7bffb0665ef1adc5c9cf23313d8 (diff)
Remove erroneous comment.
Diffstat (limited to 'src')
-rw-r--r--src/lib/player.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index bda791dd5..c9c7de420 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -223,7 +223,6 @@ Player::content_changed (weak_ptr<Content> w, int property, bool frequent)
}
}
-/** @param already_resampled true if this data has already been through the chain up to the resampler */
void
Player::playlist_changed ()
{