Remove unneeded declaration

This commit is contained in:
2023-05-18 22:10:49 -04:00
parent d3c4c0801d
commit a25213d259

View File

@@ -31,7 +31,6 @@ public:
// change the prompt.
void set_prompt(const CodepointString &prompt);
void set_prompt_utf8(const std::string &prompt);
// Use this to print anything on the console.
void print(const CodepointString &cps);