summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-05 17:19:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-05 18:31:20 +0200
commit5926b22b5dc33490d23d594b129eb8a70b94ffb0 (patch)
tree366bf4c969c0a7118c95dae249de74bc4f866d74 /include/vcl/window.hxx
parent623c0cff7589e3f2298c16c7402cf160b99fabe2 (diff)
The SystemEnvData passed into the canvas factories appears to be unused
It was passed in as aArg[1] ever since d551190e8311242eadda4a3e82efff160175cb04 "INTEGRATION: CWS canvas05", but I can't find any current use of that specific argument in canvas/source/ (assuming that all the factories are implemented there), nor can I find any trace in the git history of it ever havig been used. That means that Window::GetSystemDataAny is unused now and can be removed. Change-Id: I16efe548afb5cc3e0606cffea135f7e6674d5def Reviewed-on: https://gerrit.libreoffice.org/80295 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index ed4786d31f55..965bc79f65c7 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1193,7 +1193,6 @@ public:
const Point& rPos, const Size& rSize, const Size&) const override;
virtual const SystemEnvData* GetSystemData() const;
- css::uno::Any GetSystemDataAny() const;
// API to set/query the component interfaces
virtual css::uno::Reference< css::awt::XWindowPeer >