mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 03:33:25 +02:00
removing stuff from destructor since its not a vector of computers
This commit is contained in:
parent
3b448ce1fe
commit
027583cddc
1 changed files with 0 additions and 4 deletions
|
@ -71,8 +71,4 @@ Instance::~Instance() {
|
|||
if (_display.size() > 0) {
|
||||
_display.clear();
|
||||
}
|
||||
|
||||
if(_computer.size()>0){
|
||||
_computer.clear();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue