Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Feb 9, 2018
1 parent 18252f5 commit b8df1f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,3 @@ setVisible <- function(value, visible) {
(value)
}
}

is.not.null <- function(x) {
!is.null(x)
}

0 comments on commit b8df1f2

Please sign in to comment.