From 2260d70e7d6fb81bf98e0d1a21f9fcf5d1aa1369 Mon Sep 17 00:00:00 2001 From: Wanderson Ferreira Date: Sun, 10 Oct 2021 17:17:10 -0300 Subject: [PATCH] remove unnecessary code --- README.md | 6 ------ github-review.el | 3 --- 2 files changed, 9 deletions(-) diff --git a/README.md b/README.md index 2ce2872..26446ab 100644 --- a/README.md +++ b/README.md @@ -127,12 +127,6 @@ configure the endpoint of your GitHub Enterprise installation, this should look `github-review-view-comments-in-code-lines-outdated` to `t`, however we cannot guarantee correct placement of these comments in the review buffer. - You can also enable replies to inline comments by setting - `github-review-reply-inline-comments` to `t`, this feature only works if - `github-review-view-comments-in-code-lines` is also set to `t`. This way, if - you include a comment right after a previous received comment in the diff - buffer, your new comment will be sent as a reply. - ## Notice *I am providing code in the repository to you under an open source license. Because this is my personal repository, the license you receive to my diff --git a/github-review.el b/github-review.el index 3051a08..864cda5 100644 --- a/github-review.el +++ b/github-review.el @@ -68,9 +68,6 @@ "Flag to enable displaying outdated comments in code lines." :group 'github-review) -(defcustom github-review-projects-worktree () - "Define directory path for your projects to be used by `diff-goto-source'. ") - (defconst github-review-diffheader '(("Accept" . "application/vnd.github.v3.diff")) "Header for requesting diffs from GitHub.")