diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-24 17:22:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:41:23 +0100 |
commit | c1448b4286ae9ecb192497e2a49ec66bfc49f3b6 (patch) | |
tree | 4380b48efedfdba216cbce818cfce1c4e0a842eb /include/vcl | |
parent | 141a7aa1b3faafa7bf5c45b73f1604b16809a1a3 (diff) |
no raw Window is loaded from .src anymore
Change-Id: I81e4bb23f4a819f59115cdf58afe19097b4ce68f
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/window.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 8563d952372c..33394139f30c 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -790,7 +790,6 @@ public: // Single argument ctors shall be explicit. explicit Window( vcl::Window* pParent, WinBits nStyle = 0 ); - Window( vcl::Window* pParent, const ResId& rResId ); virtual ~Window() override; ::OutputDevice const* GetOutDev() const; |