Browse Source

remove unused variable

George Ruinelli 3 years ago
parent
commit
b215345f11
1 changed files with 0 additions and 1 deletions
  1. 0 1
      code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h

+ 0 - 1
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*> GENERAL;
     float CNNGoodThreshold;