summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )