Remove hard line break menu entry

This commit is contained in:
Veronica Berglyd Olsen
2021-05-23 13:13:03 +02:00
parent 96b2d139c9
commit f1adff82a8
5 changed files with 7 additions and 22 deletions
+4 -5
View File
@@ -95,11 +95,10 @@ class nwDocAction(Enum):
class nwDocInsert(Enum):
NO_INSERT = 0
HARD_BREAK = 1
QUOTE_LS = 2
QUOTE_RS = 3
QUOTE_LD = 4
QUOTE_RD = 5
QUOTE_LS = 1
QUOTE_RS = 2
QUOTE_LD = 3
QUOTE_RD = 4
# END Enum nwDocInsert