refactor: Cleanup

This commit is contained in:
Michael Carlberg 2016-12-16 10:23:54 +01:00
parent 09ea07b750
commit f50f43af02
11 changed files with 55 additions and 39 deletions
src/components

View file

@ -474,10 +474,6 @@ void renderer::debug_hints() {
// clang-format on
}};
for (auto&& hintwin : m_debughints) {
m_connection.destroy_window(hintwin);
}
m_debughints.clear();
for (auto&& action : m_actions) {