diff options
author | Pranav Kant <pranavk@collabora.co.uk> | 2018-02-20 15:41:35 +0530 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2018-02-21 17:18:10 +0100 |
commit | ddbb78caa78085673b07dbea6f53288ec6237764 (patch) | |
tree | 14061be66f722d6071d2e7d2abe8d1c3d6513cf4 /vcl | |
parent | f599ff99ecb405e2934c8d4d472e54fd4064a26a (diff) |
Bin useless code
Change-Id: Id3ffa2333946a9551da9d0f9ecbd2885716b9376
Reviewed-on: https://gerrit.libreoffice.org/50102
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 1b0495f7147e..e33862a45e98 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -2087,8 +2087,6 @@ void Window::PostExtTextInputEvent(VclEventId nType, const OUString& rText) } SalExtTextInputEvent aEvent { rText, pAttr.get(), rText.getLength(), EXTTEXTINPUT_CURSOR_OVERWRITE }; ImplWindowFrameProc(this, SalEvent::ExtTextInput, &aEvent); - SalExtTextInputPosEvent evt; - ImplWindowFrameProc(this, SalEvent::ExtTextInputPos, &evt); } break; case VclEventId::EndExtTextInput: |