refactor: Cleanup
This commit is contained in:
parent
09ea07b750
commit
f50f43af02
11 changed files with 55 additions and 39 deletions
src/components
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue