Skip to content

Commit 95dd156

Browse files
committed
Delete old function
1 parent 078da84 commit 95dd156

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

R/aes-calculated.r

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ find_vars <- function(expr) {
2424
}
2525

2626
# Strip dots from expressions
27-
strip_dots <- function(aesthetics) {
28-
strings <- lapply(aesthetics, deparse)
29-
strings <- lapply(strings, gsub, pattern = .calculated_aes_regex,
30-
replacement = "\\1")
31-
lapply(strings, function(x) parse(text = x)[[1]])
32-
}
33-
34-
3527
strip_dots <- function(expr) {
3628
if (is.atomic(expr)) {
3729
expr

0 commit comments

Comments
 (0)