diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-24 09:29:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-24 12:12:22 +0000 |
commit | 9afdc72df60811435587b85ef333ee29d1d3ce15 (patch) | |
tree | 37749685c4c2e00cfe185159c4620f11b754414b /vcl | |
parent | ca949408b89c990edb6321d59db9eed6d29d21a7 (diff) |
callcatcher: update unused code
Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev2.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx index b088d6a7aa93..c5d18c9feb62 100644 --- a/vcl/source/gdi/outdev2.cxx +++ b/vcl/source/gdi/outdev2.cxx @@ -328,14 +328,6 @@ void OutputDevice::DrawOutDev( const Point& rDestPt, const Size& rDestSize, } } -void OutputDevice::DrawOutDev( const Point& /*rDestPt*/, const Size& /*rDestSize*/, - const Point& /*rSrcPt*/, const Size& /*rSrcSize*/, - const Printer& /*rOutDev*/ ) -{ - // This should never occur! You can't call this function on a Printer instance - DBG_ASSERT( false, "Don't use OutputDevice::DrawOutDev(...) with printer devices!" ); -} - void OutputDevice::CopyArea( const Point& rDestPt, const Point& rSrcPt, const Size& rSrcSize, sal_uInt16 nFlags ) |