summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelbarto <aliaselbarto@gmail.com>2012-02-18 01:35:37 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:55:46 +0000
commit717468346c8b00aa44a34c534972679008802efd (patch)
tree00d8e4f53f7c2c23ffe87672bb96be3901c340ae
parent1994b8c1d169b02a92c3d8c582d5c161e96ea6d0 (diff)
Removed unused code from avmedia.
-rw-r--r--avmedia/source/viewer/mediawindowbase_impl.cxx23
-rw-r--r--avmedia/source/viewer/mediawindowbase_impl.hxx4
-rwxr-xr-xunusedcode.easy3
3 files changed, 0 insertions, 30 deletions
diff --git a/avmedia/source/viewer/mediawindowbase_impl.cxx b/avmedia/source/viewer/mediawindowbase_impl.cxx
index 370eb98d14ed..b60a83582c1b 100644
--- a/avmedia/source/viewer/mediawindowbase_impl.cxx
+++ b/avmedia/source/viewer/mediawindowbase_impl.cxx
@@ -299,29 +299,6 @@ double MediaWindowBaseImpl::getMediaTime() const
// ---------------------------------------------------------------------
-void MediaWindowBaseImpl::setStopTime( double fTime )
-{
- if( mxPlayer.is() )
- mxPlayer->setStopTime( fTime );
-}
-
-// ---------------------------------------------------------------------
-
-double MediaWindowBaseImpl::getStopTime() const
-{
- return( mxPlayer.is() ? mxPlayer->getStopTime() : 0.0 );
-}
-
-// ---------------------------------------------------------------------
-
-void MediaWindowBaseImpl::setRate( double fRate )
-{
- if( mxPlayer.is() )
- mxPlayer->setRate( fRate );
-}
-
-// ---------------------------------------------------------------------
-
double MediaWindowBaseImpl::getRate() const
{
return( mxPlayer.is() ? mxPlayer->getRate() : 0.0 );
diff --git a/avmedia/source/viewer/mediawindowbase_impl.hxx b/avmedia/source/viewer/mediawindowbase_impl.hxx
index d8244d90ed7d..afd68e4eb500 100644
--- a/avmedia/source/viewer/mediawindowbase_impl.hxx
+++ b/avmedia/source/viewer/mediawindowbase_impl.hxx
@@ -88,10 +88,6 @@ namespace avmedia
void setMediaTime( double fTime );
double getMediaTime() const;
- void setStopTime( double fTime );
- double getStopTime() const;
-
- void setRate( double fRate );
double getRate() const;
void setPlaybackLoop( bool bSet );
diff --git a/unusedcode.easy b/unusedcode.easy
index dcd6b4281e10..0d0bb790afc1 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -630,9 +630,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short)
_ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSortFly const&, void*), void*)
-avmedia::priv::MediaWindowBaseImpl::getStopTime() const
-avmedia::priv::MediaWindowBaseImpl::setRate(double)
-avmedia::priv::MediaWindowBaseImpl::setStopTime(double)
basebmp::BitmapDevice::setDamageTracker(boost::shared_ptr<basebmp::IBitmapDeviceDamageTracker> const&)
basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&)
basegfx::computeSetDifference(std::__debug::vector<basegfx::B2IBox, std::allocator<basegfx::B2IBox> >&, basegfx::B2IBox const&, basegfx::B2IBox const&)