diff options
author | Bartolomé Sánchez Salado <aliaselbarto@gmail.com> | 2012-02-25 19:34:35 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-27 14:21:36 +0000 |
commit | 55d52165df003d253d813f3ea7085f4d89fdb3ce (patch) | |
tree | c30eebd61c1d18aa6fc238c9c5036fb4993840f0 /avmedia/source/gstreamer/gstplayer.cxx | |
parent | 739252d04397a4fcf3f044de86e3bfaec0084c4d (diff) |
Removed unused code.
Diffstat (limited to 'avmedia/source/gstreamer/gstplayer.cxx')
-rw-r--r-- | avmedia/source/gstreamer/gstplayer.cxx | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/avmedia/source/gstreamer/gstplayer.cxx b/avmedia/source/gstreamer/gstplayer.cxx index fa1dcbdcadf9..ee5496545ed9 100644 --- a/avmedia/source/gstreamer/gstplayer.cxx +++ b/avmedia/source/gstreamer/gstplayer.cxx @@ -396,32 +396,6 @@ double SAL_CALL Player::getMediaTime( ) // ------------------------------------------------------------------------------ -void SAL_CALL Player::setStopTime( double /*fTime*/ ) - throw (uno::RuntimeException) -{ - // TODO implement -} - -// ------------------------------------------------------------------------------ - -double SAL_CALL Player::getStopTime( ) - throw (uno::RuntimeException) -{ - // Get the time at which to stop - - return 0; -} - -// ------------------------------------------------------------------------------ - -void SAL_CALL Player::setRate( double /*fRate*/ ) - throw (uno::RuntimeException) -{ - // TODO set the window rate -} - -// ------------------------------------------------------------------------------ - double SAL_CALL Player::getRate( ) throw (uno::RuntimeException) { |