[RichTextComposer] Remove stray backspace/delete handling code for headings

Authored by poboiko on May 11 2020, 11:21 AM.

Description

[RichTextComposer] Remove stray backspace/delete handling code for headings

Summary:
The current code, unfortunately, resets rich text formatting for current line every time user presses backspace.
It could be safely removed, as the proper code which resets it only when needed was backported
as a part of 4092f7f0f01e1113734f990c92da31492e7b2692 commit.

Test Plan: backspace no longer resets formatting on a line with i.e. bold word

Reviewers: mlaurent

Reviewed By: mlaurent

Subscribers: kde-pim

Tags: KDE PIM

Differential Revision: https://phabricator.kde.org/D29627

Details