Skip to content

Commit

Permalink
Unexport .dummy_gtable
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Feb 16, 2023
1 parent 81263e8 commit 4bf2fdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ S3method(gggeo_scale,ggplot)
S3method(gggeo_scale,gtable)
S3method(print,geo_scale)
S3method(print,ggarrange2)
export(.dummy_gtable)
export(CoordGeo)
export(CoordGeoPolar)
export(CoordTransFlip)
Expand Down
1 change: 0 additions & 1 deletion R/ggarrange2.R
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ gtable_frame2 <- function(g, width = unit(1, "null"), height = unit(1, "null"),
.tmp$layout$name[25] <- "panel"
class(.tmp) <- c(class(.tmp), "dummy")

#' @export
.dummy_gtable <- .tmp

upgradeUnit <- function(...) {
Expand Down

0 comments on commit 4bf2fdf

Please sign in to comment.