Skip to content

Commit

Permalink
Removed IsInitedFromOccurrence.js.
Browse files Browse the repository at this point in the history
Replaced with ArrowMixin.
  • Loading branch information
MrCoder committed Nov 1, 2024
1 parent d989955 commit acd4252
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ export default {
isCurrent() {
return this.creation.isCurrent(this.cursor);
},
isInitedFromOccurrence: function () {
return this.creation.isInitedFromOccurrence(this.from);
},
messageTextStyle() {
return this.commentObj?.messageStyle;
},
Expand Down
43 changes: 0 additions & 43 deletions src/parser/IsInitedFromOccurrence.js

This file was deleted.

1 change: 0 additions & 1 deletion src/parser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import "./SignatureText";
import "./Messages/MessageContext";
import "./From";
import "./key/Key";
import "./IsInitedFromOccurrence";
import "./utils/cloest-ancestor/ClosestAncestor";
import { formatText } from "../utils/StringUtil";

Expand Down

0 comments on commit acd4252

Please sign in to comment.