summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/keyevent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/keyevent.cxx')
-rw-r--r--vcl/source/window/keyevent.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/window/keyevent.cxx b/vcl/source/window/keyevent.cxx
index c133d1d37d95..ed8cd828c757 100644
--- a/vcl/source/window/keyevent.cxx
+++ b/vcl/source/window/keyevent.cxx
@@ -63,10 +63,4 @@ KeyEvent KeyEvent::LogicalTextDirectionality (TextDirectionality eMode) const
return aClone;
}
-const Point& HelpEvent::GetMousePosPixel() const
-{
- //DBG_ASSERT( !mbKeyboardActivated, "Keyboard help has no mouse position !");
- return maPos;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */