remove thread

This commit is contained in:
Filip Sykala 2021-11-23 13:13:12 +01:00
parent b6d2e98091
commit 2e41c8aafe
2 changed files with 24 additions and 11 deletions

View file

@ -59,7 +59,6 @@ private:
std::mutex m_mutex; // protect next data
std::optional<Data> m_data_next;
std::thread m_restart_thread;
// TODO: move to objec list utils
void select_volume(ModelVolume * volume);