summaryrefslogtreecommitdiff
path: root/src/option_types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/option_types.hh')
-rw-r--r--src/option_types.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/option_types.hh b/src/option_types.hh
index 886008b7..8a782e15 100644
--- a/src/option_types.hh
+++ b/src/option_types.hh
@@ -18,12 +18,6 @@
namespace Kakoune
{
-
-inline String quote(StringView s)
-{
- return format("'{}'", replace(s, "'", "''"));
-}
-
template<typename T>
constexpr decltype(T::option_type_name) option_type_name(Meta::Type<T>)
{