diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-30 19:49:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-01 08:11:24 +0000 |
commit | 0ee9022fda949fe672a111e58ae965531da03694 (patch) | |
tree | e2d1aa9e24e8dfceb88ac355193496d70417d4e0 /include/vcl/window.hxx | |
parent | 7ecb1c6d8e5542dc853e42e7e3f55c62d829dab1 (diff) |
ImplIsWindowInFront is now unused
Change-Id: I20a7b3acd1af598638282063ad31c0ba91edaf1b
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 52874b798031..bc762f458150 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -738,8 +738,6 @@ private: SAL_DLLPRIVATE long ImplLogicUnitToPixelX( long nX, MapUnit eUnit ); SAL_DLLPRIVATE long ImplLogicUnitToPixelY( long nY, MapUnit eUnit ); - SAL_DLLPRIVATE bool ImplIsWindowInFront( const vcl::Window* pTestWindow ) const; - SAL_DLLPRIVATE static void ImplNewInputContext(); SAL_DLLPRIVATE void ImplCallActivateListeners(vcl::Window*); |