include/vcl/event.hxx | 1 - unusedcode.easy | 1 - vcl/source/window/event.cxx | 7 ------- 3 files changed, 9 deletions(-)
New commits: commit e9ac45cd0c61e9907a6846f0da64e519bb6b3c89 Author: Juergen Funk <juergen.funk...@cib.de> Date: Sat Dec 12 10:31:59 2015 +0100 unusedcode NotifyEvent::NotifyEvent() have buuild under windows with debug-util Change-Id: I65f5c52db0d57453bbbba268ba0b936588c2bf73 Reviewed-on: https://gerrit.libreoffice.org/20657 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de> diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx index aa9bb1f..775a2fe 100644 --- a/include/vcl/event.hxx +++ b/include/vcl/event.hxx @@ -407,7 +407,6 @@ private: long mnRetValue; public: - NotifyEvent(); NotifyEvent( MouseNotifyEvent nEventType, vcl::Window* pWindow, const void* pEvent = nullptr, diff --git a/unusedcode.easy b/unusedcode.easy index 2ee0186..b8fb12f 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1,5 +1,4 @@ BigInt::BigInt(unsigned int) -NotifyEvent::NotifyEvent() OpenGLContext::init(_XDisplay*, unsigned long, unsigned int, unsigned int, int) OpenGLContext::renderToFile() OpenGLContext::requestSingleBufferedRendering() diff --git a/vcl/source/window/event.cxx b/vcl/source/window/event.cxx index c31aa63..f90ac28 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 ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits