From e577fba343ba29f7c392995d02ecb5bd789f7313 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 11 Apr 2022 17:49:59 -0600 Subject: [PATCH] csg4.cc: remove unused statics --- qbsp/csg4.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qbsp/csg4.cc b/qbsp/csg4.cc index 2d8a1068..160bc021 100644 --- a/qbsp/csg4.cc +++ b/qbsp/csg4.cc @@ -38,10 +38,6 @@ Brushes that touch still need to be split at the cut point to make a tjunction */ -static std::atomic brushfaces; -static int csgfaces; -int csgmergefaces; - // acquire this for anything that can't run in parallel during CSGFaces std::mutex csgfaces_lock;