diff --git a/src/context.hh b/src/context.hh index 9fc63ed8..fc491fde 100644 --- a/src/context.hh +++ b/src/context.hh @@ -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())