libsaria: Remove audio::durstr()

Nothing used it anymore, so it can be removed.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-11-11 14:34:29 -05:00
parent ab002e0a7f
commit 9122568d8a
2 changed files with 0 additions and 6 deletions

View File

@ -29,7 +29,6 @@ namespace libsaria
gint64 duration();
gint64 position();
string posstr();
string durstr();
bool played();
};
};

View File

@ -163,11 +163,6 @@ namespace libsaria
return duration;
}
string audio::durstr()
{
return to_string(duration());
}
gint64 audio::position()
{
gint64 position;