summaryrefslogtreecommitdiff
path: root/vcl/source/window/globalization.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/globalization.cxx')
-rw-r--r--vcl/source/window/globalization.cxx6
1 files changed, 0 insertions, 6 deletions
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: */