diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-14 22:07:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-18 12:21:26 +0100 |
commit | 8104b3710e4942881d1e1e9969a28d5fd556521c (patch) | |
tree | 2ce3e25b89245246f2ba8d0000e57bbaa7418d4a /vcl/source | |
parent | c2a850fcfa25229514daaa294cc06c67300f49a8 (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/window2.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index bf81d2665f48..a2dd24378e37 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -1759,11 +1759,6 @@ sal_Bool Window::IsCompoundControl() const return mpWindowImpl->mbCompoundControl; } -sal_Bool Window::HasCompoundControlFocus() const -{ - return mpWindowImpl->mbCompoundControlHasFocus; -} - sal_Bool Window::IsChildPointerOverwrite() const { return mpWindowImpl->mbChildPtrOverwrite; |