diff options
Diffstat (limited to 'vcl/headless/svpgdi.cxx')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index 3dee490cc7ff..f63ae479f31b 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -738,9 +738,4 @@ bool SvpSalGraphics::SupportsCairo() const return false; } -bool SvpSalGraphics::CanResizeCairoSurface() const -{ - return false; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |