From 6c806749421caf9267325cd86372c488f585ab5a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Mar 2015 10:13:57 +0000 Subject: reorganize resizing surfaces logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the only case where we don't just create a new surface is the X11 case Change-Id: I98a3c8f227e208ac9db969ed7711e293fb237c2e Reviewed-on: https://gerrit.libreoffice.org/14902 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/win/source/gdi/salgdi.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vcl/win') diff --git a/vcl/win/source/gdi/salgdi.cxx b/vcl/win/source/gdi/salgdi.cxx index 614ec2736414..fc74d0567779 100644 --- a/vcl/win/source/gdi/salgdi.cxx +++ b/vcl/win/source/gdi/salgdi.cxx @@ -1077,11 +1077,6 @@ bool WinSalGraphics::SupportsCairo() const return true; } -bool WinSalGraphics::CanResizeCairoSurface() const -{ - return false; -} - void WinSalGraphics::BeginPaint() { return mpImpl->beginPaint(); -- cgit