summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index ae14bdc0..dc9392c1 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -61,14 +61,6 @@ private:
int m_count = 0;
};
-String codepoint_to_str(Codepoint cp)
-{
- std::string str;
- auto it = back_inserter(str);
- utf8::dump(it, cp);
- return String(str);
-}
-
class LineEditor
{
public: