diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-23 16:14:30 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-23 22:08:33 +0200 |
commit | 4359ec6b0b89add9176df512fd50ba0d595c58db (patch) | |
tree | e271ecb69611179dc03e6e8a8f025a94e89e8b72 /offapi | |
parent | 4ec3554a80f065c2d9c957d6ce7f577fb195be02 (diff) |
avmedia: remove unused code related to fast-forward
One part of that was removed by:
55d52165df003d253d813f3ea7085f4d89fdb3ce
e.g. setRate()
Change-Id: Ia5def0150029c1597cd505bbaf740a42819a7c73
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/media/XPlayer.idl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/media/XPlayer.idl b/offapi/com/sun/star/media/XPlayer.idl index 1fb48fe94028..2d3dc234a0bc 100644 --- a/offapi/com/sun/star/media/XPlayer.idl +++ b/offapi/com/sun/star/media/XPlayer.idl @@ -68,14 +68,6 @@ interface XPlayer */ double getMediaTime(); - /** gets the speed of the stream reading relatively to the normal - reading. - - @returns - the relative speed. <code>1.0</code> is the normal speed. - */ - double getRate(); - /** sets whether the stream reading should restart at the stream start after the end of the stream. |