diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-19 16:36:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-20 09:43:28 +0000 |
commit | 62ea0ef8428ca4e12c5fa11674737a9bf0b646aa (patch) | |
tree | 5cdd258b7c2e85dbf94419e502189c4747d23cdc /vcl/ios | |
parent | d79075b3064be1c4eb0e260f06fb210a12b9546f (diff) |
replace use of basebmp in vcl entirely now
we're just using it to store bitmap data and to convert to
preferred destination format, so we can use the preexisting
vcl BitmapBuffer for that
Change-Id: I0e800956d95faddfafa53d2c48b09494a7a867c0
Diffstat (limited to 'vcl/ios')
-rw-r--r-- | vcl/ios/iosinst.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx index 7bfb37e2226e..5f58b7bdbe28 100644 --- a/vcl/ios/iosinst.cxx +++ b/vcl/ios/iosinst.cxx @@ -21,8 +21,6 @@ #include <UIKit/UIKit.h> #include <postmac.h> -#include <basebmp/scanlineformats.hxx> - #include "ios/iosinst.hxx" #include "headless/svpdummies.hxx" #include "generic/gendata.hxx" @@ -92,7 +90,6 @@ public: SalFrameStyleFlags nSalFrameStyle, SystemParentData *pSysParent ) : SvpSalFrame( pInstance, pParent, nSalFrameStyle, - basebmp::Format::ThirtyTwoBitTcMaskRGBA, pSysParent ) { if (pParent == NULL && viewWidth > 1 && viewHeight > 1) |