diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-17 17:25:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-17 18:16:10 +0300 |
commit | 53f9b5affe109342f1f6f02a2211fdd8b7047571 (patch) | |
tree | bb47a6db53e1bc9de0232d2d9e49546894aba024 | |
parent | a1d9ed56029b5c6e70500314719ddcfae848aca0 (diff) |
Drop some iOS-only code that seems unnecessary and in fact crashes now
Change-Id: I146e340548830c18bc6737a723e0b4d3a684d1c9
-rw-r--r-- | sw/source/core/crsr/crsrsh.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx index 1dc870259a88..509f3bf56a69 100644 --- a/sw/source/core/crsr/crsrsh.cxx +++ b/sw/source/core/crsr/crsrsh.cxx @@ -2655,10 +2655,6 @@ SwCursorShell::SwCursorShell( SwCursorShell& rShell, vcl::Window *pInitWin ) m_bSetCursorInReadOnly = true; m_pVisibleCursor = new SwVisibleCursor( this ); m_bMacroExecAllowed = rShell.IsMacroExecAllowed(); - -#if defined(IOS) - HideCursor(); -#endif } /// default constructor @@ -2706,10 +2702,6 @@ SwCursorShell::SwCursorShell( SwDoc& rDoc, vcl::Window *pInitWin, m_pVisibleCursor = new SwVisibleCursor( this ); m_bMacroExecAllowed = true; - -#if defined(IOS) - HideCursor(); -#endif } SwCursorShell::~SwCursorShell() |