Remote unused Context::change_ui

This commit is contained in:
Maxime Coste 2012-11-07 20:35:55 +01:00
parent acbe45e294
commit a6f0d53dbf

View File

@ -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())