summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/gfxlink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/gfxlink.cxx')
-rw-r--r--vcl/source/gdi/gfxlink.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/vcl/source/gdi/gfxlink.cxx b/vcl/source/gdi/gfxlink.cxx
index 019ea983d563..934022a2f398 100644
--- a/vcl/source/gdi/gfxlink.cxx
+++ b/vcl/source/gdi/gfxlink.cxx
@@ -145,10 +145,6 @@ const sal_uInt8* GfxLink::GetData() const
return( mpBuf ? mpBuf->mpBuffer : NULL );
}
-const Size& GfxLink::GetPrefSize() const
-{
- return mpImpData->maPrefSize;
-}
void GfxLink::SetPrefSize( const Size& rPrefSize )
{
@@ -156,15 +152,7 @@ void GfxLink::SetPrefSize( const Size& rPrefSize )
mpImpData->mbPrefSizeValid = true;
}
-bool GfxLink::IsPrefSizeValid()
-{
- return mpImpData->mbPrefSizeValid;
-}
-const MapMode& GfxLink::GetPrefMapMode() const
-{
- return mpImpData->maPrefMapMode;
-}
void GfxLink::SetPrefMapMode( const MapMode& rPrefMapMode )
{
@@ -172,10 +160,6 @@ void GfxLink::SetPrefMapMode( const MapMode& rPrefMapMode )
mpImpData->mbPrefMapModeValid = true;
}
-bool GfxLink::IsPrefMapModeValid()
-{
- return mpImpData->mbPrefMapModeValid;
-}
bool GfxLink::LoadNative( Graphic& rGraphic )
{