From b215345f114eb52579567a0f684525a2fccc6939 Mon Sep 17 00:00:00 2001 From: George Ruinelli Date: Sat, 22 Oct 2022 21:45:35 +0200 Subject: [PATCH] remove unused variable --- code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h | 1 - 1 file changed, 1 deletion(-) diff --git a/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h b/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h index b65ae079..2452f002 100644 --- a/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h +++ b/code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h @@ -20,7 +20,6 @@ class ClassFlowCNNGeneral : public ClassFlowImage { protected: - //bool debugdetailgeneral = true; // TODO: This variable never gets set otherwise! t_CNNType CNNType; std::vector GENERAL; float CNNGoodThreshold;