aboutsummaryrefslogtreecommitdiff
path: root/builtins/text.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-05-20 15:27:42 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-05-20 15:27:42 -0400
commitc5c3be9e5d74cda08df2c36412e0a652f1433d4f (patch)
tree3ae54a8180a47cd66361bf25773b45cd5b2dd3e1 /builtins/text.h
parent5b1960859fcc6331a486ced98c5f25d93168fa18 (diff)
Deprecate Text.slice()
Diffstat (limited to 'builtins/text.h')
-rw-r--r--builtins/text.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/text.h b/builtins/text.h
index e97c4010..d738125f 100644
--- a/builtins/text.h
+++ b/builtins/text.h
@@ -22,7 +22,6 @@ CORD Text$quoted(CORD str, bool colorize);
int Text$compare(const CORD *x, const CORD *y);
bool Text$equal(const CORD *x, const CORD *y);
uint32_t Text$hash(const CORD *cord);
-CORD Text$slice(CORD text, int64_t first, int64_t length);
CORD Text$upper(CORD str);
CORD Text$lower(CORD str);
CORD Text$title(CORD str);