Skip to content

Commit

Permalink
Remove duplicated s2_cell_sentinel() definition (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 authored Aug 30, 2023
1 parent 4fe0c97 commit b28fb7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions R/s2-cell.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ s2_cell_invalid <- function() {
new_s2_cell(0)
}

#' @rdname s2_cell
#' @export
s2_cell_sentinel <- function() {
cpp_s2_cell_sentinel()
}

#' @rdname s2_cell
#' @export
as_s2_cell <- function(x, ...) {
Expand Down
5 changes: 3 additions & 2 deletions man/s2_cell.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b28fb7f

Please sign in to comment.