diff options
author | Juergen Funk <juergen.funk_ml@cib.de> | 2015-12-12 10:31:59 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-12-14 14:50:18 +0000 |
commit | e9ac45cd0c61e9907a6846f0da64e519bb6b3c89 (patch) | |
tree | b969d63b3209c46ddf5841d09674f4dcf3975717 /vcl/source/window/event.cxx | |
parent | c96eeb5bf2ef428e7d147258d69825ff97acb226 (diff) |
unusedcode NotifyEvent::NotifyEvent()
have buuild under windows with debug-util
Change-Id: I65f5c52db0d57453bbbba268ba0b936588c2bf73
Reviewed-on: https://gerrit.libreoffice.org/20657
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'vcl/source/window/event.cxx')
-rw-r--r-- | vcl/source/window/event.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/window/event.cxx b/vcl/source/window/event.cxx index c31aa63e1fe4..f90ac286d3ea 100644 --- a/vcl/source/window/event.cxx +++ b/vcl/source/window/event.cxx @@ -621,13 +621,6 @@ void Window::ImplCallFocusChangeActivate( vcl::Window* pNewOverlapWindow, } /* namespace vcl */ -NotifyEvent::NotifyEvent() -{ - mpWindow = nullptr; - mpData = nullptr; - mnEventType = MouseNotifyEvent::NONE; - mnRetValue = 0; -} NotifyEvent::NotifyEvent( MouseNotifyEvent nEventType, vcl::Window* pWindow, const void* pEvent, long nRet ) |