diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/BackendTest.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/qa/cppunit/BackendTest.cxx b/vcl/qa/cppunit/BackendTest.cxx index a90a96e3110e..a5b1a158ecc4 100644 --- a/vcl/qa/cppunit/BackendTest.cxx +++ b/vcl/qa/cppunit/BackendTest.cxx @@ -15,7 +15,6 @@ #include <vcl/graphicfilter.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <vcl/BitmapWriteAccess.hxx> -#include <vcl/skia/SkiaHelper.hxx> #include <svdata.hxx> #include <salinst.hxx> @@ -626,9 +625,6 @@ public: { if (getDefaultDeviceBitCount() < 24) return; - // FIXME this still has some issues with skia - if (SkiaHelper::isVCLSkiaEnabled()) - return; vcl::test::OutputDeviceTestAnotherOutDev aOutDevTest; Bitmap aBitmap = aOutDevTest.setupXOR(); auto eResult = vcl::test::OutputDeviceTestAnotherOutDev::checkXOR(aBitmap); |