diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2011-11-14 14:27:33 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2011-11-14 14:27:33 +0000 |
| commit | a3b5c74512f273b71cee08f7388d4386d8a28f0c (patch) | |
| tree | a770e67e996505e7f9b37ce8e1902e77582656c5 /src | |
| parent | 031fa1a25c7ade25f9308ceb3d2211b05ea60a1e (diff) | |
remove unused code
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); |
