From 98ac4ef7de90237873a78da7c75e600f8104c359 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Tue, 10 Dec 2024 14:40:36 -0500 Subject: [PATCH] chore: remove unused function --- R/bs-theme-preset-brand.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/R/bs-theme-preset-brand.R b/R/bs-theme-preset-brand.R index 69abad25d..f710572a4 100644 --- a/R/bs-theme-preset-brand.R +++ b/R/bs-theme-preset-brand.R @@ -650,8 +650,6 @@ b_get_color <- function(brand, key) { return(value) } -is_asis <- function(x) inherits(x, "AsIs") - # Brand utilities -------------------------------------------------------------- b_has <- function(brand, ...) {