summaryrefslogtreecommitdiff
path: root/src/string_utils.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_utils.hh')
-rw-r--r--src/string_utils.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string_utils.hh b/src/string_utils.hh
index 52dd719c..49f4baeb 100644
--- a/src/string_utils.hh
+++ b/src/string_utils.hh
@@ -9,7 +9,6 @@
namespace Kakoune
{
-StringView trim_whitespaces(StringView str);
String trim_indent(StringView str);
String escape(StringView str, StringView characters, char escape);