Kaydet (Commit) 71746834 authored tarafından elbarto's avatar elbarto Kaydeden (comit) Michael Meeks

Removed unused code from avmedia.

üst 1994b8c1
...@@ -299,29 +299,6 @@ double MediaWindowBaseImpl::getMediaTime() const ...@@ -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 double MediaWindowBaseImpl::getRate() const
{ {
return( mxPlayer.is() ? mxPlayer->getRate() : 0.0 ); return( mxPlayer.is() ? mxPlayer->getRate() : 0.0 );
......
...@@ -88,10 +88,6 @@ namespace avmedia ...@@ -88,10 +88,6 @@ namespace avmedia
void setMediaTime( double fTime ); void setMediaTime( double fTime );
double getMediaTime() const; double getMediaTime() const;
void setStopTime( double fTime );
double getStopTime() const;
void setRate( double fRate );
double getRate() const; double getRate() const;
void setPlaybackLoop( bool bSet ); void setPlaybackLoop( bool bSet );
......
...@@ -630,9 +630,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short) ...@@ -630,9 +630,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short) _ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short) _ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short)
_ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSortFly const&, void*), void*) _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::BitmapDevice::setDamageTracker(boost::shared_ptr<basebmp::IBitmapDeviceDamageTracker> const&)
basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&) 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&) basegfx::computeSetDifference(std::__debug::vector<basegfx::B2IBox, std::allocator<basegfx::B2IBox> >&, basegfx::B2IBox const&, basegfx::B2IBox const&)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment