summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Funk <juergen.funk_ml@cib.de>2015-12-12 10:31:59 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-12-14 14:50:18 +0000
commite9ac45cd0c61e9907a6846f0da64e519bb6b3c89 (patch)
treeb969d63b3209c46ddf5841d09674f4dcf3975717
parentc96eeb5bf2ef428e7d147258d69825ff97acb226 (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>
-rw-r--r--include/vcl/event.hxx1
-rw-r--r--unusedcode.easy1
-rw-r--r--vcl/source/window/event.cxx7
3 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index aa9bb1f5fc9e..775a2fe2736c 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 2ee0186a93fa..b8fb12ff380a 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 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 )