diff options
-rw-r--r-- | include/vcl/window.hxx | 2 | ||||
-rw-r--r-- | vcl/source/window/globalization.cxx | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 12dc985281be..4decec615469 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -767,8 +767,6 @@ protected: virtual bool UsePolyPolygonForComplexGradient() override; virtual void ApplySettings(vcl::RenderContext& rRenderContext); -public: - bool HasMirroredGraphics() const override; public: // Single argument ctors shall be explicit. diff --git a/vcl/source/window/globalization.cxx b/vcl/source/window/globalization.cxx index 1c56638c6502..d5ae5c5747ad 100644 --- a/vcl/source/window/globalization.cxx +++ b/vcl/source/window/globalization.cxx @@ -28,12 +28,6 @@ void Window::EnableRTL ( bool bEnable ) OutputDevice::EnableRTL(bEnable); } -bool Window::HasMirroredGraphics() const -{ - const OutputDevice* pOutDev = GetOutDev(); - return pOutDev->OutputDevice::HasMirroredGraphics(); -} - } /* namespace vcl */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |