diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-11-14 12:24:07 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-11-14 12:54:38 +0200 |
commit | cd4dd4f7c47694e9d7b8ae9cdfefeb3bee4145c9 (patch) | |
tree | e9990f33e59e6edc86ff157ae5cf674cc4fb6f96 /include | |
parent | 80cbc18c6d79f6dfb1d7ed8c03b216983298e1b3 (diff) |
Two more functions that are private to vcl and not even VCL_DLLPUBLIC
... and thus don't need to be declared in a public include file.
Change-Id: Ia59040d3ef3ebf73b2372531bef086b0847911ce
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/layout.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index 7c89f568442b..d973704f8802 100644 --- a/include/vcl/layout.hxx +++ b/include/vcl/layout.hxx @@ -703,12 +703,6 @@ Size getLegacyBestSizeForChildren(const vcl::Window &rWindow); //Get first parent which is not a layout widget VCL_DLLPUBLIC vcl::Window* getNonLayoutParent(vcl::Window *pParent); -//return true if this window and its stack of containers are all shown -bool isVisibleInLayout(const vcl::Window *pWindow); - -//return true if this window and its stack of containers are all enabled -bool isEnabledInLayout(const vcl::Window *pWindow); - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |