Skip to content

Commit

Permalink
Merge pull request #16590 from Snuffleupagus/rm-util-unused-const
Browse files Browse the repository at this point in the history
Remove a couple of unused constants from `src/shared/util.js`
  • Loading branch information
timvandermeij authored Jun 24, 2023
2 parents 371ee77 + b4b9419 commit 1ea502a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/shared/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,24 +142,6 @@ const AnnotationType = {
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 = {
GROUP: "Group",
REPLY: "R",
Expand Down Expand Up @@ -1040,11 +1022,8 @@ export {
AnnotationEditorType,
AnnotationFieldFlag,
AnnotationFlag,
AnnotationMarkedState,
AnnotationMode,
AnnotationReplyType,
AnnotationReviewState,
AnnotationStateModelType,
AnnotationType,
assert,
BaseException,
Expand Down

0 comments on commit 1ea502a

Please sign in to comment.