remove Song::SetPosition
This commit is contained in:
@@ -322,11 +322,6 @@ void MPD::Song::SetComment(const std::string &str, unsigned pos)
|
|||||||
SetTag(MPD_TAG_COMMENT, pos, str);
|
SetTag(MPD_TAG_COMMENT, pos, str);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MPD::Song::SetPosition(unsigned pos)
|
|
||||||
{
|
|
||||||
mpd_song_set_pos(itsSong, pos);
|
|
||||||
}
|
|
||||||
|
|
||||||
void MPD::Song::SetTags(SetFunction f, const std::string &value)
|
void MPD::Song::SetTags(SetFunction f, const std::string &value)
|
||||||
{
|
{
|
||||||
unsigned pos = 0;
|
unsigned pos = 0;
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ namespace MPD
|
|||||||
void SetPerformer(const std::string &, unsigned = 0);
|
void SetPerformer(const std::string &, unsigned = 0);
|
||||||
void SetDisc(const std::string &, unsigned = 0);
|
void SetDisc(const std::string &, unsigned = 0);
|
||||||
void SetComment(const std::string &, unsigned = 0);
|
void SetComment(const std::string &, unsigned = 0);
|
||||||
void SetPosition(unsigned);
|
|
||||||
|
|
||||||
void SetTags(SetFunction, const std::string &);
|
void SetTags(SetFunction, const std::string &);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user