csg4.cc: remove unused statics

This commit is contained in:
Eric Wasylishen 2022-04-11 17:49:59 -06:00
parent 5df0dde756
commit e577fba343
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ Brushes that touch still need to be split at the cut point to make a tjunction
*/
static std::atomic<int> brushfaces;
static int csgfaces;
int csgmergefaces;
// acquire this for anything that can't run in parallel during CSGFaces
std::mutex csgfaces_lock;