remove unused code
This commit is contained in:
parent
031fa1a25c
commit
a3b5c74512
14
src/main.cc
14
src/main.cc
|
@ -268,20 +268,6 @@ void print_status(const std::string& status)
|
||||||
addstr(status.c_str());
|
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)
|
void do_insert(Window& window, IncrementalInserter::Mode mode)
|
||||||
{
|
{
|
||||||
Kakoune::IncrementalInserter inserter(window, mode);
|
Kakoune::IncrementalInserter inserter(window, mode);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user