diff options
Diffstat (limited to 'vcl/source/gdi/bitmap3.cxx')
-rw-r--r-- | vcl/source/gdi/bitmap3.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx index 3b0b1cd76bfb..28e599f3cbed 100644 --- a/vcl/source/gdi/bitmap3.cxx +++ b/vcl/source/gdi/bitmap3.cxx @@ -784,10 +784,6 @@ bool Bitmap::HasFastScale() if( SkiaHelper::isVCLSkiaEnabled() && SkiaHelper::renderMethodToUse() != SkiaHelper::RenderRaster) return true; #endif -#if HAVE_FEATURE_OPENGL - if( OpenGLHelper::isVCLOpenGLEnabled()) - return true; -#endif return false; } |