mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-30 23:37:17 +03:00
Remote unused Context::change_ui
This commit is contained in:
parent
acbe45e294
commit
a6f0d53dbf
@ -79,11 +79,6 @@ struct Context
|
||||
window().set_dimensions(ui().dimensions());
|
||||
}
|
||||
|
||||
void change_ui(UserInterface& ui)
|
||||
{
|
||||
m_ui.reset(&ui);
|
||||
}
|
||||
|
||||
OptionManager& options() const
|
||||
{
|
||||
if (has_window())
|
||||
|
Loading…
Reference in New Issue
Block a user