mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-07 22:59:50 +00:00
Remove unnecessary exception handling. Hopefully fixes build on linux.
This commit is contained in:
parent
0d98efadc4
commit
8da8b5462b
4 changed files with 116 additions and 144 deletions
|
@ -45,10 +45,6 @@ public:
|
|||
ref--;
|
||||
if (ref == 0)
|
||||
destroy();
|
||||
/*
|
||||
else if (ref < 0)
|
||||
throw std::exception("ref count out of bounds < 0");
|
||||
*/
|
||||
}
|
||||
int getRef() { return ref; }
|
||||
std::string name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue