Merge pull request #16590 from Snuffleupagus/rm-util-unused-const
Remove a couple of unused constants from `src/shared/util.js`
This commit is contained in:
commit
1ea502aaf9
@ -142,24 +142,6 @@ const AnnotationType = {
|
|||||||
REDACT: 26,
|
REDACT: 26,
|
||||||
};
|
};
|
||||||
|
|
||||||
const AnnotationStateModelType = {
|
|
||||||
MARKED: "Marked",
|
|
||||||
REVIEW: "Review",
|
|
||||||
};
|
|
||||||
|
|
||||||
const AnnotationMarkedState = {
|
|
||||||
MARKED: "Marked",
|
|
||||||
UNMARKED: "Unmarked",
|
|
||||||
};
|
|
||||||
|
|
||||||
const AnnotationReviewState = {
|
|
||||||
ACCEPTED: "Accepted",
|
|
||||||
REJECTED: "Rejected",
|
|
||||||
CANCELLED: "Cancelled",
|
|
||||||
COMPLETED: "Completed",
|
|
||||||
NONE: "None",
|
|
||||||
};
|
|
||||||
|
|
||||||
const AnnotationReplyType = {
|
const AnnotationReplyType = {
|
||||||
GROUP: "Group",
|
GROUP: "Group",
|
||||||
REPLY: "R",
|
REPLY: "R",
|
||||||
@ -1040,11 +1022,8 @@ export {
|
|||||||
AnnotationEditorType,
|
AnnotationEditorType,
|
||||||
AnnotationFieldFlag,
|
AnnotationFieldFlag,
|
||||||
AnnotationFlag,
|
AnnotationFlag,
|
||||||
AnnotationMarkedState,
|
|
||||||
AnnotationMode,
|
AnnotationMode,
|
||||||
AnnotationReplyType,
|
AnnotationReplyType,
|
||||||
AnnotationReviewState,
|
|
||||||
AnnotationStateModelType,
|
|
||||||
AnnotationType,
|
AnnotationType,
|
||||||
assert,
|
assert,
|
||||||
BaseException,
|
BaseException,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user