Skip to content

Commit

Permalink
remove unused onunload event
Browse files Browse the repository at this point in the history
  • Loading branch information
antoKeinanen committed Mar 25, 2023
1 parent 4ffe7f3 commit 0943e4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,4 @@ export default class AdvancedMerge extends Plugin {
})
);
}

onunload() {
this.app.workspace.off("file-menu", () => {});
}
}

0 comments on commit 0943e4d

Please sign in to comment.