Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Oct 10, 2021
1 parent 8aa7c49 commit 2260d70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions github-review.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit 2260d70

Please sign in to comment.