summaryrefslogtreecommitdiff
path: root/vcl/inc/impbmp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/impbmp.hxx')
-rw-r--r--vcl/inc/impbmp.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/inc/impbmp.hxx b/vcl/inc/impbmp.hxx
index fa48db174bf8..b29cabe6562a 100644
--- a/vcl/inc/impbmp.hxx
+++ b/vcl/inc/impbmp.hxx
@@ -43,7 +43,6 @@ private:
sal_uLong mnRefCount;
sal_uLong mnChecksum;
SalBitmap* mpSalBitmap;
- Size maSourceSize;
public:
@@ -63,8 +62,6 @@ public:
sal_Bool ImplCreate( const ImpBitmap& rImpBitmap, sal_uInt16 nNewBitCount );
Size ImplGetSize() const;
- Size ImplGetSourceSize() const;
- void ImplSetSourceSize( const Size&);
sal_uInt16 ImplGetBitCount() const;
BitmapBuffer* ImplAcquireBuffer( sal_Bool bReadOnly );
@@ -80,16 +77,6 @@ public:
inline sal_uLong ImplGetChecksum() const { return mnChecksum; }
};
-inline Size ImpBitmap::ImplGetSourceSize() const
-{
- return maSourceSize;
-}
-
-inline void ImpBitmap::ImplSetSourceSize( const Size& rSize)
-{
- maSourceSize = rSize;
-}
-
#endif // INCLUDED_VCL_INC_IMPBMP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */