diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-11-03 20:25:04 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-11-03 20:46:00 -0700 |
commit | d0d62edf3f398e9ddb2fd0f1f5fbe1dd0393ff47 (patch) | |
tree | 2b3ce98e224f70fc2ee8783420ca506afb6a3d3f /unusedcode.easy | |
parent | 651aa258c9f2b58e241b1fab7bfb4fc0dae9fbb2 (diff) |
Cleanup basebmp a little
I removed 2 unused headers.
I also stopped delivering a lot of headers that no one outside of basebmp
cared about.
I also removed the unused methods:
basebmp::BitmapDevice::getPaletteEntryCount() const
basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)
Diffstat (limited to 'unusedcode.easy')
-rw-r--r-- | unusedcode.easy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index df42230057f3..a22c390cfa45 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1351,8 +1351,6 @@ _ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSor avmedia::priv::MediaWindowBaseImpl::getStopTime() const avmedia::priv::MediaWindowBaseImpl::setRate(double) avmedia::priv::MediaWindowBaseImpl::setStopTime(double) -basebmp::BitmapDevice::getPaletteEntryCount() const -basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&) basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&) basegfx::B1DRange::B1DRange(basegfx::B1IRange const&) basegfx::B2DCubicBezier::B2DCubicBezier(basegfx::B2DPoint const&, basegfx::B2DPoint const&) |