diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main.cc b/src/main.cc index 977e05c2..f513bb17 100644 --- a/src/main.cc +++ b/src/main.cc @@ -268,20 +268,6 @@ void print_status(const std::string& status) addstr(status.c_str()); } -struct scoped_status -{ - scoped_status(const std::string& status) - { - print_status(status); - refresh(); - } - ~scoped_status() - { - print_status(""); - refresh(); - } -}; - void do_insert(Window& window, IncrementalInserter::Mode mode) { Kakoune::IncrementalInserter inserter(window, mode); |
