summaryrefslogtreecommitdiff
path: root/src/string_utils.hh
diff options
context:
space:
mode:
authorJason Felice <jason.m.felice@gmail.com>2019-11-02 16:20:37 -0400
committerJason Felice <jason.m.felice@gmail.com>2019-11-09 12:53:45 -0500
commit49ca5127336d1bac7b3e64e3efa7b20060a9f96a (patch)
tree5fc092f7258c8dfee4d85fc84c0877a16e990d50 /src/string_utils.hh
parent11975b7f31da87b739161af13569890f175d1338 (diff)
Remove unused trim_whitespaces()
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);