summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/bitmap.cxx')
-rw-r--r--vcl/source/gdi/bitmap.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/gdi/bitmap.cxx b/vcl/source/gdi/bitmap.cxx
index 52af3eb5d480..28cefe824ebd 100644
--- a/vcl/source/gdi/bitmap.cxx
+++ b/vcl/source/gdi/bitmap.cxx
@@ -387,10 +387,6 @@ void Bitmap::ImplAssignWithSize( const Bitmap& rBitmap )
maPrefMapMode = aOldMapMode;
}
-ImpBitmap* Bitmap::ImplGetImpBitmap() const
-{
- return mpImpBmp;
-}
void Bitmap::ImplSetImpBitmap( ImpBitmap* pImpBmp )
{